Sha256: 63f4d7b494ef1d13389bdd1957f4534307e9414b5178ff4e7a8a43fdbe79e643
Contents?: true
Size: 269 Bytes
Versions: 34
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
34 entries across 34 versions & 1 rubygems