diff options
author | Louise Crow <louise.crow@gmail.com> | 2011-02-23 12:06:34 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2011-02-23 12:06:34 +0000 |
commit | 4cd0de91754f07afd0afb58d137b3adcf5a07611 (patch) | |
tree | 1a16f0c5af85f5e7561012b027545183584e15b8 /vendor/gems/rspec-rails-1.3.3/init.rb | |
parent | 44b78c1cd78607434b3666f5391ba68da647583f (diff) |
Removing rspec and rspec-rails plugins in favour of updated gems.
Diffstat (limited to 'vendor/gems/rspec-rails-1.3.3/init.rb')
-rw-r--r-- | vendor/gems/rspec-rails-1.3.3/init.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/gems/rspec-rails-1.3.3/init.rb b/vendor/gems/rspec-rails-1.3.3/init.rb new file mode 100644 index 000000000..6262f0368 --- /dev/null +++ b/vendor/gems/rspec-rails-1.3.3/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.
\ No newline at end of file |