From bfc4fab8943a28d2f30084a38d88678d7bfbbac4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 3 May 2018 17:15:37 +0200 Subject: TomTom::Matrix spec: Fix typo 'an' -> 'a' Refs #6884 --- spec/lib/tom_tom/matrix_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/lib') 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' => { -- cgit v1.2.3