Organizando plugins e gems.
This commit is contained in:
10
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/action_view.rb
vendored
Normal file
10
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/action_view.rb
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
require 'shoulda'
|
||||
require 'shoulda/action_view/macros'
|
||||
|
||||
module Test # :nodoc: all
|
||||
module Unit
|
||||
class TestCase
|
||||
extend Shoulda::ActionView::Macros
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user