Sha256: 48086107c36f35d290488249f9b25b51bc1bda52caa31edd4a5b8c05dddb7689

Contents?: true

Size: 229 Bytes

Versions: 54

Compression:

Stored size: 229 Bytes

Contents

module OptionTestHelper
  def name_should_be(name)
    lambda {
      assert_equal(name,@cli_option.name)
    }
  end

  def aliases_should_be(aliases)
    lambda {
      assert_equal(aliases,@cli_option.aliases)
    }
  end
end

Version data entries

54 entries across 54 versions & 2 rubygems

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