Initial commit
This commit is contained in:
7
spec/mailers/previews/admin_preview.rb
Normal file
7
spec/mailers/previews/admin_preview.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AdminPreview < ActionMailer::Preview
|
||||
def new_video
|
||||
video = FactoryBot.build_stubbed(:video)
|
||||
|
||||
AdminMailer.new_video(video)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user