Skip to content

Commit

Permalink
Fix "ambiguous first argument" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 7, 2012
1 parent 37610fe commit f6e1335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/twitter/geo/point_spec.rb
Expand Up @@ -28,7 +28,7 @@

describe "#latitude" do
it "returns the latitude" do
@point.latitude.should eq -122.399983
@point.latitude.should eq(-122.399983)
end
end

Expand Down

0 comments on commit f6e1335

Please sign in to comment.