spec/omniauth/strategies/outrightmental_spec.rb in omniauth-outrightmental-0.1.0 vs spec/omniauth/strategies/outrightmental_spec.rb in omniauth-outrightmental-0.1.1
- old
+ new
@@ -28,10 +28,10 @@
subject.stub(:access_token).and_return(access_token)
end
context "client options" do
it 'should have correct site' do
- subject.options.client_options.site.should eq("https://ont.io/api")
+ subject.options.client_options.site.should eq("https://ont.io/")
end
it 'should have correct authorize url' do
subject.options.client_options.authorize_url.should eq('https://ont.io/login/oauth/authorize')
end