Sha256: f6ae8914a0fc41c0a37194a6fd5f8bfda2a465d9a8bd36c0697c0a173b55ef71

Contents?: true

Size: 386 Bytes

Versions: 20

Compression:

Stored size: 386 Bytes

Contents

require 'rubygems'
require 'gli.rb'
require 'test/unit'
require 'clean_test/test_case'
require 'fake_std_out'
require 'option_test_helper'

module TestHelper
  include OptionTestHelper
  class CLIApp
    include GLI::App

    def reset
      super
      @subcommand_option_handling_strategy = :normal
    end
  end
end

Faker::Config.locale = :en
I18n.enforce_available_locales = false

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
gli-2.19.2 test/test_helper.rb
gli-2.19.1 test/test_helper.rb
gli-2.19.0 test/test_helper.rb
gli-2.18.2 test/test_helper.rb
gli-2.18.1 test/test_helper.rb
gli-2.18.0 test/test_helper.rb
gli-2.17.2 test/test_helper.rb
gli-2.17.1 test/test_helper.rb
gli-2.17.0 test/test_helper.rb
gli-2.16.1 test/test_helper.rb
gli-2.16.0 test/test_helper.rb
gli-2.15.0 test/test_helper.rb
gli-2.14.0 test/test_helper.rb
gli-2.13.4 test/test_helper.rb
gli-2.13.3 test/test_helper.rb
gli-2.13.2 test/test_helper.rb
gli-2.13.1 test/test_helper.rb
gli-2.13.0 test/test_helper.rb
gli-2.12.3 test/test_helper.rb
gli-2.12.2 test/test_helper.rb