summaryrefslogtreecommitdiff
path: root/spec/unit/application/knife_spec.rb
diff options
context:
space:
mode:
authorkaustubh-d <kaustubh@clogeny.com>2013-05-13 10:58:16 +0530
committeradamedx <adamed@opscode.com>2013-05-13 21:43:52 -0700
commit0bf91c1cdec15a1f1a01b053bb80496fce8ac293 (patch)
tree525a4fdb88586b5b4972a3789d0ee1fd3f60a149 /spec/unit/application/knife_spec.rb
parent88ffc1fa73d9933e5999b4d1ae59cc179c482897 (diff)
downloadchef-0bf91c1cdec15a1f1a01b053bb80496fce8ac293.tar.gz
rephrase messages related to colored output options change.
Diffstat (limited to 'spec/unit/application/knife_spec.rb')
-rw-r--r--spec/unit/application/knife_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application/knife_spec.rb b/spec/unit/application/knife_spec.rb
index dde79d6c05..16f94c7786 100644
--- a/spec/unit/application/knife_spec.rb
+++ b/spec/unit/application/knife_spec.rb
@@ -61,7 +61,7 @@ describe Chef::Application::Knife do
end
end
- it "should set default colored output to false on windows and true otherwise" do
+ it "should set the colored output to false by default on windows and true otherwise" do
with_argv(*%w{noop knife command}) do
@knife.should_receive(:exit).with(0)
@knife.run