spec/support/shared_examples.rb in omniauth-mailchimp-1.0.2 vs spec/support/shared_examples.rb in omniauth-mailchimp-1.0.3
- old
+ new
@@ -13,11 +13,11 @@
subject.authorize_params['foo'].should eq('bar')
subject.authorize_params['baz'].should eq('zip')
end
it 'should include top-level options that are marked as :authorize_options' do
- @options = { :authorize_options => [:scope, :foo], :scope => 'http://bar', :foo => 'baz' }
- subject.authorize_params['scope'].should eq('http://bar')
+ @options = { :authorize_options => [:scope, :foo], :scope => 'bar', :foo => 'baz' }
+ subject.authorize_params['scope'].should eq('bar')
subject.authorize_params['foo'].should eq('baz')
end
end
describe '#token_params' do
\ No newline at end of file