Skip to content

Commit

Permalink
Fixed failing spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Apr 2, 2009
1 parent 67bb1b3 commit d899605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/httparty_spec.rb
Expand Up @@ -175,7 +175,7 @@ def second_method
it 'should only print each format once with an exception' do
lambda do
@klass.format :foobar
end.should raise_error(HTTParty::UnsupportedFormat, "Must be one of: json, xml, html, yaml, plain")
end.should raise_error(HTTParty::UnsupportedFormat, "Must be one of: json, plain, html, yaml, xml")
end

end
Expand Down

0 comments on commit d899605

Please sign in to comment.