Sha256: 258f1873094999054bd895be4d4860b78290c09dd51bb46e4a4ec31f5e8e0ede

Contents?: true

Size: 194 Bytes

Versions: 8

Compression:

Stored size: 194 Bytes

Contents

require "minitest/autorun"
require "gli"

module TestHelper
  class CLIApp
    include GLI::App

    def reset
      super
      @subcommand_option_handling_strategy = :normal
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gli-2.21.5 test/unit/test_helper.rb
gli-2.21.4 test/unit/test_helper.rb
gli-2.21.3 test/unit/test_helper.rb
gli-2.21.2 test/unit/test_helper.rb
gli-2.21.1 test/unit/test_helper.rb
gli-2.21.0 test/unit/test_helper.rb
gli-2.20.1 test/unit/test_helper.rb
gli-2.20.0 test/unit/test_helper.rb