Commit 01924426360829ced4f14ef2327ec327807408bf

Authored by Raffael Schmid
1 parent daf9f711
Exists in master and in 1 other branch production

add hubot service

spec/fabricators/notification_service_fabricator.rb
... ... @@ -5,6 +5,6 @@ Fabricator :notification_service do
5 5 subdomain { sequence :word }
6 6 end
7 7  
8   -%w(campfire gtalk hipchat hoiio pushover).each do |t|
  8 +%w(campfire gtalk hipchat hoiio pushover hubot).each do |t|
9 9 Fabricator "#{t}_notification_service".to_sym, :from => :notification_service, :class_name => "NotificationService::#{t.camelcase}Service"
10 10 end
... ...