summaryrefslogtreecommitdiff
path: root/spec/integration/knife/client_create_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/knife/client_create_spec.rb')
-rw-r--r--spec/integration/knife/client_create_spec.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/integration/knife/client_create_spec.rb b/spec/integration/knife/client_create_spec.rb
index 10172833c8..d24755a48a 100644
--- a/spec/integration/knife/client_create_spec.rb
+++ b/spec/integration/knife/client_create_spec.rb
@@ -33,11 +33,11 @@ describe "knife client create", :workstation do
it "creates a new validator client" do
knife("client create -k --validator bah").should_succeed stderr: out
- knife("client show bah").should_succeed <<EOM
-admin: false
-chef_type: client
-name: bah
-validator: true
+ knife("client show bah").should_succeed <<~EOM
+ admin: false
+ chef_type: client
+ name: bah
+ validator: true
EOM
end