correct spec description

This commit is contained in:
Arpit Jalan 2018-02-15 17:36:41 +05:30
parent e1883ba828
commit c66405df7e
1 changed files with 1 additions and 1 deletions

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