Sha256: a4329af6789edba7704543ef45b2e3b8fcb8a62c679998d12fec264d31c4e2d9

Contents?: true

Size: 303 Bytes

Versions: 66

Compression:

Stored size: 303 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

require 'test_helper'

class InspectCLITest < Minitest::Test
  def test_help
    output = `./exe/appmap-inspect --help`
    assert_equal 0, $CHILD_STATUS.exitstatus
    assert_includes output, 'Search AppMaps for references to a code object'
  end
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
appmap-0.83.4 test/inspect_cli_test.rb
appmap-0.83.3 test/inspect_cli_test.rb
appmap-0.83.2 test/inspect_cli_test.rb
appmap-0.83.1 test/inspect_cli_test.rb
appmap-0.83.0 test/inspect_cli_test.rb
appmap-0.82.0 test/inspect_cli_test.rb
appmap-0.81.1 test/inspect_cli_test.rb
appmap-0.81.0 test/inspect_cli_test.rb
appmap-0.80.2 test/inspect_cli_test.rb
appmap-0.80.1 test/inspect_cli_test.rb
appmap-0.80.0 test/inspect_cli_test.rb
appmap-0.79.0 test/inspect_cli_test.rb
appmap-0.78.0 test/inspect_cli_test.rb
appmap-0.77.4 test/inspect_cli_test.rb
appmap-0.77.3 test/inspect_cli_test.rb
appmap-0.77.2 test/inspect_cli_test.rb
appmap-0.77.1 test/inspect_cli_test.rb
appmap-0.77.0 test/inspect_cli_test.rb
appmap-0.76.0 test/inspect_cli_test.rb
appmap-0.75.0 test/inspect_cli_test.rb