Skip to content

Commit

Permalink
Fixed typo in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekjanda committed Jan 18, 2014
1 parent a1ea546 commit 01bdf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/sensu_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
'command' => '/etc/sensu/somecommand.rb',
'handlers' => '',
'interval' => '60',
'subscribers' => ''
'subscribers' => []
) }

it { should contain_file('/etc/sensu/conf.d/checks/mycheck_foo_bar.json') }
Expand Down

0 comments on commit 01bdf53

Please sign in to comment.