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 8f1887e738..fad5126f66 100644
--- a/spec/integration/knife/show_spec.rb
+++ b/spec/integration/knife/show_spec.rb
@@ -132,7 +132,7 @@ EOM
'cookbook_versions' => { 'blah' => '= 1.0.0'},
'override_attributes' => { 'x' => 'y' },
'description' => 'woo',
- 'name' => 'x'
+ 'name' => 'x',
}
end
it 'knife show shows the attributes in a predetermined order', :skip => (RUBY_VERSION < "1.9") do