Add email service and settings #154

Merged
raucao merged 4 commits from feature/email_service into master 2024-01-22 09:01:18 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7b71f2cf76 - Show all commits

View File

@ -2,7 +2,7 @@ require 'rails_helper'
RSpec.describe 'Profile settings', type: :feature do
let(:user) { create :user, cn: "mwahlberg" }
let(:avatar_base64) { File.read("#{Rails.root}/spec/fixtures/files/avatar-base64.txt").chomp }
let(:avatar_base64) { File.read("#{Rails.root}/spec/fixtures/files/avatar-base64.txt") }
before do
login_as user, :scope => :user

File diff suppressed because one or more lines are too long