diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-07-03 14:54:50 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-07-03 19:33:54 +0300 |
commit | 426fa9164ea9d91f19db84810ac00f74fc65124a (patch) | |
tree | b7065383f5217f0b83cb2ba00cd4bfa3bfd218cc /spec/features/security/profile_access_spec.rb | |
parent | 8ba83cbab86349c5fa5ce5034df6ffc8225f137c (diff) | |
download | gitlab-ce-audit_log.tar.gz |
Audit log for user authenticationaudit_log
Diffstat (limited to 'spec/features/security/profile_access_spec.rb')
-rw-r--r-- | spec/features/security/profile_access_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/security/profile_access_spec.rb b/spec/features/security/profile_access_spec.rb index 8f7a9606262..bcabc2d53ac 100644 --- a/spec/features/security/profile_access_spec.rb +++ b/spec/features/security/profile_access_spec.rb @@ -45,8 +45,8 @@ describe "Profile access", feature: true do it { is_expected.to be_denied_for :visitor } end - describe "GET /profile/history" do - subject { history_profile_path } + describe "GET /profile/audit_log" do + subject { audit_log_profile_path } it { is_expected.to be_allowed_for @u1 } it { is_expected.to be_allowed_for :admin } |