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

Methods included from TestSetup

included, #setup, #setup_mixins, #teardown, #teardown_mixins

Instance Method Details

#setup_mixinObject

:nodoc:



32
33
34
# File 'lib/greenbar/RailsSetup.rb', line 32

def setup_mixin #:nodoc:
  setup_with_fixtures
end

#teardown_mixinObject

:nodoc:



36
37
38
# File 'lib/greenbar/RailsSetup.rb', line 36

def teardown_mixin#:nodoc:
  teardown_with_fixtures
end