summaryrefslogtreecommitdiff
path: root/spec/integration/knife/show_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/knife/show_spec.rb')
-rw-r--r--spec/integration/knife/show_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/knife/show_spec.rb b/spec/integration/knife/show_spec.rb
index a1de48e121..ed4802fef9 100644
--- a/spec/integration/knife/show_spec.rb
+++ b/spec/integration/knife/show_spec.rb
@@ -129,7 +129,7 @@ EOM
before do
environment "x", {
"default_attributes" => { "foo" => "bar" },
- "cookbook_versions" => { "blah" => "= 1.0.0"},
+ "cookbook_versions" => { "blah" => "= 1.0.0" },
"override_attributes" => { "x" => "y" },
"description" => "woo",
"name" => "x",