We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c610c commit c022315Copy full SHA for c022315
spec/support/test_notifier.rb
@@ -3,9 +3,6 @@
3
module BetterTogether
4
# Test notifier for specs
5
class TestNotifier < Noticed::Event
6
- # Required by Noticed gem for events
7
- deliver_by :database
8
-
9
# Optional: add any specific behavior for testing
10
def self.build_for_test(data = {})
11
new(data)
0 commit comments