Fix syntax error.
This commit is contained in:
parent
070296f9d1
commit
f919b59c8b
@ -405,6 +405,7 @@ describe StaffActionLogger do
|
||||
user_history = UserHistory.last
|
||||
expect(user_history.action).to eq(UserHistory.actions[:activate_user])
|
||||
expect(user_history.details).to eq(reason)
|
||||
end
|
||||
end
|
||||
|
||||
describe '#log_readonly_mode' do
|
||||
|
||||
Reference in New Issue
Block a user