Rspec and rubocop fixes

This commit is contained in:
farhatahmad
2019-05-22 13:51:55 -04:00
parent 70acb9a7e1
commit e90ca9cf48
4 changed files with 8 additions and 7 deletions

View File

@ -49,7 +49,7 @@ class UserMailerPreview < ActionMailer::Preview
user = User.first
UserMailer.invite_user_signup(user, "http://example.com/", @logo, @color, "test@example.com")
end
# http://localhost:3000/rails/mailers/user_mailer/user_promoted
def user_promoted
user = User.first