fix services_controller_spec

This commit is contained in:
Maxwell Salzberg 2011-10-18 12:56:14 -07:00
parent 9b6275640d
commit 59a2947ba0

View file

@ -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