Commit 0aa4294caeb8b006070b6c340277ec5f141f0a82
1 parent
c7cf0952
Exists in
master
and in
1 other branch
field for custom notifications
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
spec/fabricators/notification_service_fabricator.rb
... | ... | @@ -3,6 +3,7 @@ Fabricator :notification_service do |
3 | 3 | room_id { sequence :word } |
4 | 4 | api_token { sequence :word } |
5 | 5 | subdomain { sequence :word } |
6 | + notify_at_notices { sequence { |a| [0]} } | |
6 | 7 | end |
7 | 8 | |
8 | 9 | Fabricator :gtalk_notification_service, :from => :notification_service, :class_name => "NotificationService::GtalkService" do | ... | ... |