Skip to content
Snippets Groups Projects
Commit 61c63fbf authored by Thu Trang Pham's avatar Thu Trang Pham
Browse files

test stubs require keys to be strings not symbols

For #928
parent 7fd63edf
No related branches found
No related tags found
No related merge requests found
...@@ -923,6 +923,9 @@ Now, any time Geocoder looks up "New York, NY" its results array will contain on ...@@ -923,6 +923,9 @@ Now, any time Geocoder looks up "New York, NY" its results array will contain on
} }
] ]
) )
Note:
Keys must be strings not symbols when calling `add_stub` or `set_default_stub`. For example `'latitude' =>` not `:latitude =>`.
Command Line Interface Command Line Interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment