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:
authorDouwe Maan <douwe@gitlab.com>2015-09-08 19:14:02 +0300
committerDouwe Maan <douwe@gitlab.com>2015-09-08 19:53:16 +0300
commitf87f6480b2ff6a80b50aa275f9c5d60c30d75b40 (patch)
tree1bebd32a5c5ed98a3b6c9514b72c348e66645268 /spec/features/security
parent1489d225d6763b0fdc3f418692e646587e06938a (diff)
Use new routing helper
Diffstat (limited to 'spec/features/security')
-rw-r--r--spec/features/security/dashboard_access_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/security/dashboard_access_spec.rb b/spec/features/security/dashboard_access_spec.rb
index c38cddbb904..03019139415 100644
--- a/spec/features/security/dashboard_access_spec.rb
+++ b/spec/features/security/dashboard_access_spec.rb
@@ -4,7 +4,7 @@ describe "Dashboard access", feature: true do
include AccessMatchers
describe "GET /dashboard" do
- subject { dashboard_path }
+ subject { dashboard_projects_path }
it { is_expected.to be_allowed_for :admin }
it { is_expected.to be_allowed_for :user }