b740fef8fe
* data prepared, task setup * add the basics of the email template * cover granular permissions * unfollow this map * break out permissions tests better * rename so test runs
6 lines
110 B
Ruby
6 lines
110 B
Ruby
# frozen_string_literal: true
|
|
require 'rails_helper'
|
|
|
|
RSpec.describe MapActivityMailer, type: :mailer do
|
|
|
|
end
|