Class: HelloWorldTest

Inherits:
Minitest::Test
  • Object
show all
Defined in:
lib/lemans/cli/templates/bench/tasks/hello-world/verification_test.rb

Instance Method Summary collapse

Instance Method Details

#test_the_greeting_landedObject



6
7
8
9
# File 'lib/lemans/cli/templates/bench/tasks/hello-world/verification_test.rb', line 6

def test_the_greeting_landed
  assert File.exist?("/app/hello_world.md"), "expected /app/hello_world.md to exist"
  assert_equal "Hello, world", File.read("/app/hello_world.md").strip
end