Skip to content

Commit

Permalink
Make the tests undef to truly test for nil? in provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Carroll committed Mar 8, 2013
1 parent 388eb0a commit cc29f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/defines/sensu_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
'command' => '/etc/sensu/somecommand.rb',
'handlers' => [],
'interval' => '60',
'aggregate' => undef,
'standalone' => undef,
'subscribers' => []
) }

Expand Down

0 comments on commit cc29f93

Please sign in to comment.