spec/unit/command/verify_spec.rb in chef-dk-4.1.7 vs spec/unit/command/verify_spec.rb in chef-dk-4.2.0
- old
+ new
@@ -27,10 +27,10 @@
end
end
describe ChefDK::Command::Verify do
- let(:command_instance) { ChefDK::Command::Verify.new() }
+ let(:command_instance) { ChefDK::Command::Verify.new }
let(:command_options) { [] }
let(:components) { {} }