spec/omniauth/strategies/chef_oauth2_spec.rb in omniauth-chef-oauth2-1.0.0 vs spec/omniauth/strategies/chef_oauth2_spec.rb in omniauth-chef-oauth2-1.0.2
- old
+ new
@@ -12,10 +12,10 @@
it 'should camelize properly' do
expect(OmniAuth::Utils.camelize('chef_oauth2')).to eq('ChefOAuth2')
end
it 'should have the correct default site' do
- expect(subject.options.client_options.site).to eq("https://api.opscode.com")
+ expect(subject.options.client_options.site).to eq("https://id.opscode.com")
end
it 'should have the correct default authorize url' do
expect(subject.options.client_options.authorize_url).to eq('/id/oauth/authorize')
end