Module: Gooby::TestHelper

Defined in:
lib/gooby_test_helper.rb

Instance Method Summary collapse

Instance Method Details

#setupObject



13
14
15
# File 'lib/gooby_test_helper.rb', line 13

def setup
  puts "test: #{name}"
end

#teardownObject



17
18
19
# File 'lib/gooby_test_helper.rb', line 17

def teardown
  @debug = false
end