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