spec/wcc/plugin_spec.rb in danger-wcc-0.0.6 vs spec/wcc/plugin_spec.rb in danger-wcc-0.1.0

- old
+ new

@@ -15,10 +15,10 @@ end end describe 'all' do it 'runs all default and passes default options' do - %i[rubocop_exceptions flay todos brakeman].each do |check| + %i[rubocop_exceptions flay todos brakeman dependencies].each do |check| expect(@my_plugin).to receive(check) .with({}) end %i[commit_lint reek jshint].each do |check| expect(@my_plugin).to_not receive(check)