Sha256: 3d7b699a94fb74dc254155422e5cdc5b765af9a70bc1a6644f9f27d7483ae1ee
Contents?: true
Size: 185 Bytes
Versions: 1
Compression:
Stored size: 185 Bytes
Contents
require 'helper' class TestHello < Test::Unit::TestCase should "return hello" do get '/hello' assert last_response.ok? assert_equal 'hello', last_response.body end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lokka-hello-0.1.0 | test/lokka/test_hello.rb |