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 657d436 commit 2ad7910Copy full SHA for 2ad7910
spec/omniauth/strategies/linkedin_spec.rb
@@ -92,7 +92,7 @@
92
describe '#authorize_params' do
93
describe 'scope' do
94
before :each do
95
- subject.stub(:session => {})
+ allow(subject).to receive(:session).and_return({})
96
end
97
98
it 'sets default scope' do
spec/spec_helper.rb
@@ -8,7 +8,6 @@
8
#
9
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
10
RSpec.configure do |config|
11
- config.treat_symbols_as_metadata_keys_with_true_values = true
12
config.run_all_when_everything_filtered = true
13
config.filter_run :focus
14
0 commit comments