spec/omniauth/strategies/constantcontact2_spec.rb in omniauth-constantcontact2-1.0 vs spec/omniauth/strategies/constantcontact2_spec.rb in omniauth-constantcontact2-1.0.1

- old
+ new

@@ -8,18 +8,18 @@ it_should_behave_like 'an oauth2 strategy' describe '#client' do it 'should have the correct Constant Contact site' do - subject.client.site.should eq("https://oauth2.constantcontact.com/oauth2/oauth") + subject.client.site.should eq("https://oauth2.constantcontact.com") end it 'should have the correct authorization url' do - subject.client.options[:authorize_url].should eq("/siteowner/authorize") + subject.client.options[:authorize_url].should eq("/oauth2/oauth/siteowner/authorize") end it 'should have the correct token url' do - subject.client.options[:token_url].should eq('/token') + subject.client.options[:token_url].should eq('/oauth2/oauth/token') end end describe '#callback_path' do it 'should have the correct callback path' do