We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1422a18 commit bad32c5Copy full SHA for bad32c5
spec/oauth2/client_spec.rb
@@ -83,7 +83,7 @@
83
end
84
85
it 'does not mutate the opts hash argument' do
86
- opts = { site: 'http://example.com/' }
+ opts = {:site => 'http://example.com/'}
87
opts2 = opts.dup
88
OAuth2::Client.new 'abc', 'def', opts
89
expect(opts).to eq(opts2)
0 commit comments