Fix syntax error.

This commit is contained in:
Guo Xiang Tan 2017-01-12 10:03:37 +08:00 committed by Robin Ward
parent 070296f9d1
commit f919b59c8b

View File

@ -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