changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec_on_rails/init.rb

changeset 16: 01fd3f10ae84
author: moriq@moriq.com
date: Mon Mar 10 10:13:18 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec_on_rails
1# Placeholder to satisfy Rails.
2#
3# Do NOT add any require statements to this file. Doing
4# so will cause Rails to load this plugin all of the time.
5#
6# Running 'ruby script/generate rspec' will
7# generate spec/spec_helper.rb, which includes the necessary
8# require statements and configuration. This file should
9# be required by all of your spec files.