Commit c1b5c806 authored by Alexis Reigel's avatar Alexis Reigel

add missing spec for incoming email token presence

parent ff8ecbca
......@@ -440,6 +440,13 @@ describe User, models: true do
end
end
describe 'ensure incoming email token' do
it 'has incoming email token' do
user = create(:user)
expect(user.incoming_email_token).not_to be_blank
end
end
describe 'rss token' do
it 'has rss token' do
user = create(:user)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment