Skip to content

Commit

Permalink
Fix places_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
amrfaissal committed May 13, 2018
1 parent d661ee1 commit 6ea7546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/googlemaps/services/places_spec.rb
Expand Up @@ -151,7 +151,7 @@
radius: 50,
language: "en",
type: "locality",
components: {'country' => 'BE', 'postal_code' => 1000})
components: {'country' => 'BE'})
).to eq([])
end
end
Expand Down Expand Up @@ -195,7 +195,7 @@
radius: 50,
language: "en",
type: "locality",
components: {'country' => 'BE', 'postal_code' => 1000})
components: {'country' => 'BE'})

expect(expected_val.is_a? Nokogiri::XML::NodeSet).to eq(true)
expect(expected_val.empty?).to eq(false)
Expand Down

0 comments on commit 6ea7546

Please sign in to comment.