Class: TestHelloWorld

Inherits:
MiniTest::Unit::TestCase
  • Object
show all
Defined in:
lib/vesper/framework/tmp/plugins/mini-test.vpi/assets/tests/hello_world.rb

Instance Method Summary collapse

Instance Method Details

#test_IAMAObject



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