diff options
author | louise <louise> | 2007-10-16 18:53:14 +0000 |
---|---|---|
committer | louise <louise> | 2007-10-16 18:53:14 +0000 |
commit | 3b1d8bfdeea68da1ad083a305d0df8f458c362a0 (patch) | |
tree | db8397b939cbe2d66ac7a0f26d8e3e175c7999da /vendor/plugins/rspec_on_rails/init.rb | |
parent | fe23a63607353b0173133183030faccea882629d (diff) |
Adding rspec_on_rails plugin
Diffstat (limited to 'vendor/plugins/rspec_on_rails/init.rb')
-rw-r--r-- | vendor/plugins/rspec_on_rails/init.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/plugins/rspec_on_rails/init.rb b/vendor/plugins/rspec_on_rails/init.rb new file mode 100644 index 000000000..54e574905 --- /dev/null +++ b/vendor/plugins/rspec_on_rails/init.rb @@ -0,0 +1,9 @@ +# Placeholder to satisfy Rails. +# +# Do NOT add any require statements to this file. Doing +# so will cause Rails to load this plugin all of the time. +# +# Running 'ruby script/generate rspec' will +# generate spec/spec_helper.rb, which includes the necessary +# require statements and configuration. This file should +# be required by all of your spec files. |