Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed May 29, 2014
1 parent 2e6b3c4 commit 88eded9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/photomosaic/options_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module Photomosaic
it "should raise OptionParser::MissingArgument" do
expect do
described_class.parse(argv)
end.to raise_error(OptionParser::MissingArgument, /output_path/)
end.to raise_error(OptionParser::MissingArgument, /api_key/)
end
end
end
Expand Down

0 comments on commit 88eded9

Please sign in to comment.