mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Fixed failing spec.
This commit is contained in:
parent
67bb1b3296
commit
d8996057b5
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ describe HTTParty do
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue