Module: Gooby::TestHelper
- Defined in:
- lib/gooby_test_helper.rb
Instance Method Summary collapse
Instance Method Details
#setup ⇒ Object
13 14 15 |
# File 'lib/gooby_test_helper.rb', line 13 def setup puts "test: #{name}" end |
#teardown ⇒ Object
17 18 19 |
# File 'lib/gooby_test_helper.rb', line 17 def teardown @debug = false end |