Sha256: 53cf8a771162af8f6c20f7ab2107fc8c028bc5abd3d931287f63da5944422e23

Contents?: true

Size: 347 Bytes

Versions: 13

Compression:

Stored size: 347 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

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
gli-2.12.1 test/test_helper.rb
gli-2.12.0 test/test_helper.rb
gli-2.11.0 test/test_helper.rb
gli-2.10.0 test/test_helper.rb
gli-2.9.0 test/test_helper.rb
gli_aziz_light-2.8.1 test/test_helper.rb
gli-2.8.1 test/test_helper.rb
gli-2.8.0 test/test_helper.rb
gli-2.7.0 test/test_helper.rb
gli-2.6.2 test/test_helper.rb
gli-2.6.1 test/test_helper.rb
gli-2.6.0 test/test_helper.rb
gli-2.6.0.rc1 test/test_helper.rb