diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-09-09 10:22:19 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-09-09 10:22:19 +0100 |
commit | e4b30f9db3d0b2a2d3b7274d312872fe41d22104 (patch) | |
tree | 0a58629377005bc381efad566cc0fdf3a6de4cd2 | |
parent | 89f166021f12aec575ec1b9f4dc82a824bc19950 (diff) | |
download | gitlab-ce-e4b30f9db3d0b2a2d3b7274d312872fe41d22104.tar.gz |
Fix help access spec
-rw-r--r-- | spec/features/security/dashboard_access_spec.rb | 2 |
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 |