Skip to content

Commit

Permalink
test: .rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanoblomov committed Nov 13, 2021
1 parent dc7adc5 commit 01dc2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/google_maps_geocoder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
expect(subject.formatted_street_address)
.to eq '1600 Pennsylvania Avenue Northwest'
end
it { expect(subject.city).to eq 'Washington' }
it { expect(subject.city).not_to eq 'Washington' }
it { expect(subject.state_long_name).to eq 'District of Columbia' }
it { expect(subject.state_short_name).to eq 'DC' }
it { expect(subject.postal_code).to eq '20500' }
Expand Down

0 comments on commit 01dc2df

Please sign in to comment.