Skip to content

Commit

Permalink
Keep original formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Carroll committed Mar 8, 2013
1 parent cc29f93 commit fe86ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/defines/sensu_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
'command' => '/etc/sensu/somecommand.rb',
'handlers' => [],
'interval' => '60',
'aggregate' => undef,
'subscribers' => [],
'standalone' => undef,
'subscribers' => []
'aggregate' => undef
) }

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

0 comments on commit fe86ef7

Please sign in to comment.