We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc0658 commit 3e17d21Copy full SHA for 3e17d21
spec/geo_json_spec.rb
@@ -57,7 +57,7 @@
57
let(:input) { "blah" }
58
59
it "raises an error" do
60
- expect { geo_json_to_coordinates }.to raise_error(ArgumentError)
+ expect { geo_json_to_coordinates }.to raise_error(MultiJson::ParseError)
61
end
62
63
0 commit comments