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:
parent
e1883ba828
commit
c66405df7e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue