Skip to content

Instantly share code, notes, and snippets.

@kermit-klein
Created July 30, 2020 15:50
Show Gist options
  • Save kermit-klein/2ca6d0d064e5e6afdb47b10725243464 to your computer and use it in GitHub Desktop.
Save kermit-klein/2ca6d0d064e5e6afdb47b10725243464 to your computer and use it in GitHub Desktop.
cypress_3
if Rails.env.test?
Place.create!([
{ "name": 'Mount Rushmore', "latitude": '43.87910249999999', "longitude": '-103.4590667' },
{ "name": 'Hiroshima', "latitude": '34.3852894', "longitude": '132.4553055' },
{ "name": 'Dubai', "latitude": '25.2048493', "longitude": '55.2707828' }
])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment