Replace tabs with spaces

This commit is contained in:
Earth 2016-11-13 03:05:26 +03:00
parent f080cb5316
commit 2c55d8167b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ describe Projects::ForksController do
sign_out(user)
get :new,
namespace_id: project.namespace.to_param,
namespace_id: project.namespace.to_param,
project_id: project.to_param
expect(response).to redirect_to(root_path + 'users/sign_in')