Sha256: fce9996a6e5f21b52ce66b61dbd9761df74dbbc68fb47f66a00f4dd90dbf647a
Contents?: true
Size: 230 Bytes
Versions: 105
Compression:
Stored size: 230 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'minitest/autorun' require 'appmap/minitest' require 'hello' class HelloTest < ::Minitest::Test def test_hello assert_equal 'Hello!', Hello.new.say_hello end end
Version data entries
105 entries across 105 versions & 1 rubygems