test/unit/cli/command/options/base_test.rb in inch-0.5.0.rc5 vs test/unit/cli/command/options/base_test.rb in inch-0.5.0.rc6

- old
+ new

@@ -1,8 +1,8 @@ -require File.expand_path(File.dirname(__FILE__) + "/../../../../test_helper") +require File.expand_path(File.dirname(__FILE__) + '/../../../../test_helper') describe ::Inch::CLI::Command::Options::Base do - it "should run parse without errors" do + it 'should run parse without errors' do @options = ::Inch::CLI::Command::Options::Base.new - @options.parse(["--no-color"]) + @options.parse(['--no-color']) end end