mirror of
https://github.com/kingomarnajjar/curly-happiness.git
synced 2026-07-26 06:37:18 +10:00
5 lines
137 B
Ruby
5 lines
137 B
Ruby
require "rails_helper"
|
|
|
|
RSpec.describe UserNotifierMailer, type: :mailer do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|