spec(normalized_address): add simple spec
This commit is contained in:
parent
7182a4e8d0
commit
70983c50f9
4 changed files with 34 additions and 2 deletions
|
@ -12,7 +12,7 @@ module Maintenance
|
|||
|
||||
it 'updates value_json' do
|
||||
expect { subject }.to change { element.reload.value_json }
|
||||
.from(nil)
|
||||
.from(anything)
|
||||
.to({
|
||||
"city_code" => "92009",
|
||||
"city_name" => "Bois-Colombes",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue