spec/spec/runner/option_parser_spec.rb in rspec-0.9.1 vs spec/spec/runner/option_parser_spec.rb in rspec-0.9.2

- old
+ new

@@ -43,10 +43,10 @@ options.verbose.should be_nil end it "should not use colour by default" do options = parse([]) - options.colour.should be_nil + options.colour.should == false end it "should print help to stdout" do options = parse(["--help"]) @out.rewind