Class: TestHelloWorld
- Inherits:
-
MiniTest::Unit::TestCase
- Object
- MiniTest::Unit::TestCase
- TestHelloWorld
- Defined in:
- lib/vesper/framework/tmp/plugins/mini-test.vpi/assets/tests/hello_world.rb
Instance Method Summary collapse
Instance Method Details
#test_IAMA ⇒ Object
2 3 4 |
# File 'lib/vesper/framework/tmp/plugins/mini-test.vpi/assets/tests/hello_world.rb', line 2 def test_IAMA assert_equal "IAMA String", "IAMA String" end |