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

Version Path
appmap-0.74.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.73.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.72.5 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.72.4 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.72.3 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.72.2 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.72.1 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.72.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.71.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.70.2 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.70.1 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.70.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.69.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.68.2 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.68.1 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.68.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.67.1 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.67.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.66.2 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.66.1 test/fixtures/minitest_recorder/test/hello_test.rb