Skip to content

Commit 447ec78

Browse files
author
Jeremy Carroll
committed
Undef was a bad idea. ;)
1 parent fe86ef7 commit 447ec78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/defines/sensu_check_spec.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
'command' => '/etc/sensu/somecommand.rb',
1212
'handlers' => [],
1313
'interval' => '60',
14-
'subscribers' => [],
15-
'standalone' => undef,
16-
'aggregate' => undef
14+
'subscribers' => []
1715
) }
1816

1917
it { should contain_sensu_check_config('mycheck').with_ensure('absent') }

0 commit comments

Comments
 (0)