Organizando plugins e gems.
This commit is contained in:
7
vendor/gems/thoughtbot-shoulda-2.10.1/rails/init.rb
vendored
Normal file
7
vendor/gems/thoughtbot-shoulda-2.10.1/rails/init.rb
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
if RAILS_ENV == 'test'
|
||||
if defined? Spec
|
||||
require 'shoulda/rspec'
|
||||
else
|
||||
require 'shoulda/rails'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user