module Rock::SelfTest
Public Instance Methods
setup()
click to toggle source
# File test/test_helper.rb, line 30 def setup # Setup code for all the tests end
teardown()
click to toggle source
Calls superclass method
# File test/test_helper.rb, line 34 def teardown super # Teardown code for all the tests end