Class: TestHelperMethod

Inherits:
Minitest::Test
  • Object
show all
Defined in:
lib/test/test_helper_method.rb

Instance Method Summary collapse

Instance Method Details

#test_that_kitty_can_eatObject



5
6
7
# File 'lib/test/test_helper_method.rb', line 5

def test_that_kitty_can_eat
  assert true
end