We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2037b38 commit 4c6907bCopy full SHA for 4c6907b
1 file changed
spec/oauth2/access_token_spec.rb
@@ -422,8 +422,8 @@ def assert_initialized_token(target)
422
end
423
424
425
- let(:options) { {mode:} }
426
-
+ let(:options) { {mode: mode} }
+
427
VERBS.each do |verb|
428
it "correctly handles a #{verb.to_s.upcase}" do
429
expect(subject.__send__(verb, "/token/#{mode.call(verb)}").body).to include(token)
0 commit comments