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

@ -406,6 +406,7 @@ describe StaffActionLogger do
expect(user_history.action).to eq(UserHistory.actions[:activate_user])
expect(user_history.details).to eq(reason)
end
end
describe '#log_readonly_mode' do
it "creates a new record" do