Module: Greenbar::RailsSetup
- Includes:
- TestSetup
- Defined in:
- lib/greenbar/RailsSetup.rb
Overview
That’s it. Do that, and then you can freely include the various TestSetups
Instance Method Summary collapse
-
#setup_mixin ⇒ Object
:nodoc:.
-
#teardown_mixin ⇒ Object
:nodoc:.
Methods included from TestSetup
included, #setup, #setup_mixins, #teardown, #teardown_mixins
Instance Method Details
#setup_mixin ⇒ Object
:nodoc:
32 33 34 |
# File 'lib/greenbar/RailsSetup.rb', line 32 def setup_mixin #:nodoc: setup_with_fixtures end |
#teardown_mixin ⇒ Object
:nodoc:
36 37 38 |
# File 'lib/greenbar/RailsSetup.rb', line 36 def teardown_mixin#:nodoc: teardown_with_fixtures end |