Sha256: 904a3b35ba4f5dde485a4c7cbe6f5ff8b0ba9cb02f6b28686daf6aad8885089f
Contents?: true
Size: 269 Bytes
Versions: 6
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
6 entries across 6 versions & 1 rubygems