Fix syntax error.

This commit is contained in:
Guo Xiang Tan 2017-01-12 10:03:37 +08:00
parent 23d4435af1
commit 38496985ef
1 changed files with 1 additions and 0 deletions

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