Skip to content

Instantly share code, notes, and snippets.

@CamonZ
Created July 10, 2010 17:06
Show Gist options
  • Save CamonZ/470864 to your computer and use it in GitHub Desktop.
Save CamonZ/470864 to your computer and use it in GitHub Desktop.
describe "should return a string as a latitude and longitude csv" do
it {should respond_to(:latlong)}
@p = Factory.create(:store)
@p.latlong.should equal("10.502792,-66.842322")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment