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.83.4 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.83.3 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.83.2 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.83.1 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.83.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.82.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.81.1 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.81.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.80.2 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.80.1 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.80.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.79.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.78.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.77.4 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.77.3 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.77.2 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.77.1 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.77.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.76.0 test/fixtures/minitest_recorder/test/hello_test.rb
appmap-0.75.0 test/fixtures/minitest_recorder/test/hello_test.rb