2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

correct spec description

This commit is contained in:
Arpit Jalan 2018-02-15 17:36:41 +05:30
parent e1883ba828
commit c66405df7e

View file

@ -1619,7 +1619,7 @@ describe User do
end
end
describe ".activate" do
describe "#activate" do
let!(:inactive) { Fabricate(:user, active: false) }
it 'confirms email token and activates user' do