diff options
| author | Teddy Wing | 2018-05-03 17:15:37 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-05-03 17:15:37 +0200 |
| commit | bfc4fab8943a28d2f30084a38d88678d7bfbbac4 (patch) | |
| tree | 2f7e6ce8af62d3845e510ee591ac75895a4b7a12 /spec | |
| parent | a057276129b1f62b811743db3b8f867a05241ed3 (diff) | |
| download | chouette-core-bfc4fab8943a28d2f30084a38d88678d7bfbbac4.tar.bz2 | |
TomTom::Matrix spec: Fix typo 'an' -> 'a'
Refs #6884
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/lib/tom_tom/matrix_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/tom_tom/matrix_spec.rb b/spec/lib/tom_tom/matrix_spec.rb index be63447d4..7000b56c8 100644 --- a/spec/lib/tom_tom/matrix_spec.rb +++ b/spec/lib/tom_tom/matrix_spec.rb @@ -150,7 +150,7 @@ RSpec.describe TomTom::Matrix do end describe "#check_for_error_response" do - it "raises an RemoteError when an 'error' key is present in the response" do + it "raises a RemoteError when an 'error' key is present in the response" do response_body = { 'formatVersion' => '0.0.1', 'error' => { |
