From 158975bca3291fb8955790dba1ddee06de7dcd3e Mon Sep 17 00:00:00 2001 From: Justin Lambert Date: Mon, 25 Feb 2013 19:45:30 -0700 Subject: [PATCH] travis found another puppet 2.7 spec failure - resolving --- spec/classes/sensu_init_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/sensu_init_spec.rb b/spec/classes/sensu_init_spec.rb index 92fa870f63..6c4dd38a98 100644 --- a/spec/classes/sensu_init_spec.rb +++ b/spec/classes/sensu_init_spec.rb @@ -127,7 +127,7 @@ let(:facts) { { :fqdn => 'myhost.domain.com', :ipaddress => '1.2.3.4' } } it { should contain_class('sensu::rabbitmq').with( - 'notify_services' => '' + 'notify_services' => [] )} end