mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
correct spec description
This commit is contained in:
parent
e1883ba828
commit
c66405df7e
@ -1619,7 +1619,7 @@ describe User do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe ".activate" do
|
describe "#activate" do
|
||||||
let!(:inactive) { Fabricate(:user, active: false) }
|
let!(:inactive) { Fabricate(:user, active: false) }
|
||||||
|
|
||||||
it 'confirms email token and activates user' do
|
it 'confirms email token and activates user' do
|
||||||
|
Loading…
Reference in New Issue
Block a user