spec/unit/command/env_spec.rb in chef-dk-3.13.1 vs spec/unit/command/env_spec.rb in chef-dk-4.0.60

- old
+ new

@@ -34,10 +34,10 @@ allow(command_instance).to receive(:omnibus_bin_dir).and_return(omnibus_bin_dir) command_instance.ui = ui end def run_command - command_instance.run_with_default_options(command_options) + command_instance.run_with_default_options(false, command_options) end it "has a usage banner" do expect(command_instance.banner).to eq("Usage: chef env") end