Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/security/project_access_spec.rb')
-rw-r--r--spec/features/security/project_access_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/security/project_access_spec.rb b/spec/features/security/project_access_spec.rb
index fd9c2a9b04e..b89844013c3 100644
--- a/spec/features/security/project_access_spec.rb
+++ b/spec/features/security/project_access_spec.rb
@@ -95,7 +95,7 @@ describe "Application access" do
end
describe "GET /project_code/wall" do
- subject { wall_project_path(project) }
+ subject { project_wall_path(project) }
it { should be_allowed_for master }
it { should be_allowed_for reporter }