Commit 0aa4294caeb8b006070b6c340277ec5f141f0a82

Authored by damau
1 parent c7cf0952
Exists in master and in 1 other branch production

field for custom notifications

spec/fabricators/notification_service_fabricator.rb
@@ -3,6 +3,7 @@ Fabricator :notification_service do @@ -3,6 +3,7 @@ Fabricator :notification_service do
3 room_id { sequence :word } 3 room_id { sequence :word }
4 api_token { sequence :word } 4 api_token { sequence :word }
5 subdomain { sequence :word } 5 subdomain { sequence :word }
  6 + notify_at_notices { sequence { |a| [0]} }
6 end 7 end
7 8
8 Fabricator :gtalk_notification_service, :from => :notification_service, :class_name => "NotificationService::GtalkService" do 9 Fabricator :gtalk_notification_service, :from => :notification_service, :class_name => "NotificationService::GtalkService" do