From 83a8f43d4cdb17b75f31247e70b29bc8fedb5e8a Mon Sep 17 00:00:00 2001 From: Mingan Date: Mon, 19 Sep 2016 12:19:07 +0200 Subject: [PATCH] Fixed a typo in a spec name --- spec/jwt/verify_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/jwt/verify_spec.rb b/spec/jwt/verify_spec.rb index 9b8e1d39..31a8167e 100644 --- a/spec/jwt/verify_spec.rb +++ b/spec/jwt/verify_spec.rb @@ -47,7 +47,7 @@ module JWT Verify.verify_aud(array_payload, options.merge('aud' => array_aud.first)) end - it 'should allow strings or symbolds in options array' do + it 'should allow strings or symbols in options array' do options['aud'] = [ 'ruby-jwt-aud', 'test-aud',