summaryrefslogtreecommitdiff
path: root/spec/unit/knife/role_list_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/knife/role_list_spec.rb')
-rw-r--r--spec/unit/knife/role_list_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/knife/role_list_spec.rb b/spec/unit/knife/role_list_spec.rb
index b244039520..30743fdc02 100644
--- a/spec/unit/knife/role_list_spec.rb
+++ b/spec/unit/knife/role_list_spec.rb
@@ -38,7 +38,7 @@ describe Chef::Knife::RoleList do
it "should pretty print the list" do
expect(Chef::Role).to receive(:list).and_return(@list)
- expect(@knife).to receive(:output).with(%w(bar foo))
+ expect(@knife).to receive(:output).with(%w{bar foo})
@knife.run
end