correct spec description
This commit is contained in:
parent
e1883ba828
commit
c66405df7e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue