Sha256: c191dec18b2b1edcc62899dc3eb2d6fdce66b551d2c23de7167f17dd41aa6af6
Contents?: true
Size: 327 Bytes
Versions: 42
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true module Thredded # Previews for the PostMailer class PostMailerPreview < BaseMailerPreview def post_notification PostMailer.post_notification( mock_post(content: mock_content(mention_users: %w[glebm joel])), %w[glebm@test.com joel@test.com] ) end end end
Version data entries
42 entries across 42 versions & 2 rubygems