Sha256: 6545b8d997b3d34512f65908a9443018c37ddd275aa95dfa8295719c3fea205e
Contents?: true
Size: 326 Bytes
Versions: 19
Compression:
Stored size: 326 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
19 entries across 19 versions & 1 rubygems