We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe86ef7 commit 447ec78Copy full SHA for 447ec78
spec/defines/sensu_check_spec.rb
@@ -11,9 +11,7 @@
11
'command' => '/etc/sensu/somecommand.rb',
12
'handlers' => [],
13
'interval' => '60',
14
- 'subscribers' => [],
15
- 'standalone' => undef,
16
- 'aggregate' => undef
+ 'subscribers' => []
17
) }
18
19
it { should contain_sensu_check_config('mycheck').with_ensure('absent') }
0 commit comments