Skip to content

Commit 3e17d21

Browse files
committed
Fix json spec.
1 parent dfc0658 commit 3e17d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/geo_json_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
let(:input) { "blah" }
5858

5959
it "raises an error" do
60-
expect { geo_json_to_coordinates }.to raise_error(ArgumentError)
60+
expect { geo_json_to_coordinates }.to raise_error(MultiJson::ParseError)
6161
end
6262
end
6363

0 commit comments

Comments
 (0)