fix services_controller_spec
This commit is contained in:
parent
9b6275640d
commit
59a2947ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ describe ServicesController do
|
||||||
@user.getting_started = true
|
@user.getting_started = true
|
||||||
request.env['omniauth.auth'] = omniauth_auth
|
request.env['omniauth.auth'] = omniauth_auth
|
||||||
post :create, :provider => 'twitter'
|
post :create, :provider => 'twitter'
|
||||||
response.should redirect_to getting_started_path(:step => 3)
|
response.should redirect_to getting_started_path
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'redirects to services url' do
|
it 'redirects to services url' do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue