diff --git a/spec/fabricators/notification_service_fabricator.rb b/spec/fabricators/notification_service_fabricator.rb index 2fd5ba5..713c9d2 100644 --- a/spec/fabricators/notification_service_fabricator.rb +++ b/spec/fabricators/notification_service_fabricator.rb @@ -5,6 +5,6 @@ Fabricator :notification_service do subdomain { sequence :word } end -%w(campfire gtalk hipchat hoiio pushover).each do |t| +%w(campfire gtalk hipchat hoiio pushover hubot).each do |t| Fabricator "#{t}_notification_service".to_sym, :from => :notification_service, :class_name => "NotificationService::#{t.camelcase}Service" end -- libgit2 0.21.2