Class: TestHelloWorld
- Inherits:
-
MiniTest::Unit::TestCase
- Object
- MiniTest::Unit::TestCase
- TestHelloWorld
- Defined in:
- lib/vesper/framework/tests/hello_world.rb
Instance Method Summary collapse
Instance Method Details
#setup ⇒ Object
2 3 4 |
# File 'lib/vesper/framework/tests/hello_world.rb', line 2 def setup @user = User.new end |
#test_knock_knock_joke ⇒ Object
6 7 8 |
# File 'lib/vesper/framework/tests/hello_world.rb', line 6 def test_knock_knock_joke assert_equal "Who's there?", @user.knock_knock end |