summaryrefslogtreecommitdiff
path: root/spec/features/security
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-09 10:22:19 +0100
committerDouwe Maan <douwe@gitlab.com>2015-09-09 10:22:19 +0100
commite4b30f9db3d0b2a2d3b7274d312872fe41d22104 (patch)
tree0a58629377005bc381efad566cc0fdf3a6de4cd2 /spec/features/security
parent89f166021f12aec575ec1b9f4dc82a824bc19950 (diff)
downloadgitlab-ce-e4b30f9db3d0b2a2d3b7274d312872fe41d22104.tar.gz
Fix help access spec
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 03019139415..788581a26cb 100644
--- a/spec/features/security/dashboard_access_spec.rb
+++ b/spec/features/security/dashboard_access_spec.rb
@@ -40,7 +40,7 @@ describe "Dashboard access", feature: true do
it { is_expected.to be_allowed_for :admin }
it { is_expected.to be_allowed_for :user }
- it { is_expected.to be_denied_for :visitor }
+ it { is_expected.to be_allowed_for :visitor }
end
describe "GET /projects/new" do