Sha256: bca2096dd4fb0515093b1f9751954c4605d55c3972c06e57fc19294e8e86befb

Contents?: true

Size: 269 Bytes

Versions: 41

Compression:

Stored size: 269 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../../../../test_helper')

describe ::Inch::CLI::Command::Options::Base do
  it "should run parse without errors" do
    @options = ::Inch::CLI::Command::Options::Base.new
    @options.parse(["--no-color"])
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
inch-0.1.4 test/inch/cli/command/options/base_test.rb