bookstore/spec/mailers/user_mailer_spec.rb

8 lines
112 B
Ruby
Raw Normal View History

2021-03-22 03:16:29 +01:00
# frozen_string_literal: true
require 'rails_helper'
2021-03-21 10:36:09 +01:00
RSpec.describe UserMailer, type: :mailer do
# TODO
2021-03-21 10:36:09 +01:00
end