Skip to content

Commit

Permalink
explicitly test for false
Browse files Browse the repository at this point in the history
  • Loading branch information
madAndroid committed Jul 21, 2017
1 parent 60947ec commit a4ed677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/sensu_handler_spec.rb
Expand Up @@ -183,7 +183,7 @@
end

context 'handle_silenced set to false' do
let(:params) { { :command => 'mycommand.rb', :type => 'pipe' } }
let(:params) { { :command => 'mycommand.rb', :type => 'pipe', :handle_silenced => false } }
it { should contain_sensu_handler('myhandler').with_handle_silenced( false ) }
end

Expand Down

0 comments on commit a4ed677

Please sign in to comment.