Stack notifications everywhere
We had client-side notification stacking in the tray since launch, but now we want to stack notifications in the notifications page, in API responses and in email bundles.
This commit is contained in:
@@ -3,6 +3,7 @@ require "test_helper"
|
||||
class Notification::BundleMailerTest < ActionMailer::TestCase
|
||||
setup do
|
||||
@user = users(:david)
|
||||
@user.notifications.destroy_all
|
||||
|
||||
@bundle = Notification::Bundle.create!(
|
||||
user: @user,
|
||||
|
||||
Reference in New Issue
Block a user