From 426fa9164ea9d91f19db84810ac00f74fc65124a Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Fri, 3 Jul 2015 14:54:50 +0300 Subject: Audit log for user authentication --- spec/features/security/profile_access_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/features/security/profile_access_spec.rb') 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 } -- cgit v1.2.1