spec/omniauth/strategies/gaggleamp_spec.rb in omniauth-gaggleamp-0.1.0 vs spec/omniauth/strategies/gaggleamp_spec.rb in omniauth-gaggleamp-0.1.1
- old
+ new
@@ -12,14 +12,14 @@
it 'has correct GaggleAMP site' do
subject.client.site.should eq('https://accounts.gaggleamp.com')
end
it 'has correct authorize url' do
- subject.client.options[:authorize_url].should eq('/oauth/authorize')
+ subject.client.options[:authorize_url].should eq('oauth/authorize')
end
it 'has correct token url' do
- subject.client.options[:token_url].should eq('/oauth/token')
+ subject.client.options[:token_url].should eq('oauth/token')
end
end
describe '#callback_path' do
it 'has the correct callback path' do