Sha256: dbad5f0139ab326f56475f58553019bdca0b4e18dbbdbb31cde99870ac33adbf
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true module Thredded # Previews for the PrivatePostMailer class PrivatePostMailerPreview < BaseMailerPreview def at_notification PrivatePostMailer.at_notification( mock_private_post(content: mock_content(mention_users: %w(glebm joel))), %w(glebm@test.com joel@test.com)) end end end
Version data entries
3 entries across 3 versions & 1 rubygems