Skip to content

Commit

Permalink
Remove duplicated and overwritten key
Browse files Browse the repository at this point in the history
Thanks to Ruby 2.3 for the warning.
  • Loading branch information
henare committed Feb 9, 2017
1 parent 80538d7 commit ca6542f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/controllers/layar_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
expect(assigns[:applications]).to eq(result)
expected_layar = {
"id" => 101, "type" => 1,
"lat" => 1000000, "lon" => 2000000, "distance" => 2000.0,
"actions" => [], "imageURL" => "http://www.planningalerts.org.au/images/layar/icon_100x75.png", "attribution" => nil,
"lat" => 1000000, "lon" => 2000000, "distance" => 2000.0, "imageURL" => "http://www.planningalerts.org.au/images/layar/icon_100x75.png", "attribution" => nil,
"title" => "1 Foo St Fooville",
"line2" => "1234 678901234 67890123 56789 12345",
"line3" => "1234567 90123456789 123456 89",
Expand Down

0 comments on commit ca6542f

Please sign in to comment.