summaryrefslogtreecommitdiff
path: root/spec/integration/knife/role_from_file_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/knife/role_from_file_spec.rb')
-rw-r--r--spec/integration/knife/role_from_file_spec.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/integration/knife/role_from_file_spec.rb b/spec/integration/knife/role_from_file_spec.rb
index bc93d0f6e0..69f58e8c36 100644
--- a/spec/integration/knife/role_from_file_spec.rb
+++ b/spec/integration/knife/role_from_file_spec.rb
@@ -42,7 +42,7 @@ describe "knife role from file", :workstation do
}
}
-EOM
+ EOM
file "roles/car.json", <<~EOM
{
@@ -57,7 +57,7 @@ EOM
}
}
-EOM
+ EOM
file "roles/cdr.json", <<~EOM
{
@@ -72,14 +72,14 @@ EOM
}
}
-EOM
+ EOM
end
it "uploads a single file" do
knife("role from file #{role_dir}/cons.json").should_succeed stderr: <<~EOM
Updated Role cons
-EOM
+ EOM
end
it "uploads many files" do
@@ -87,7 +87,7 @@ EOM
Updated Role cons
Updated Role car
Updated Role cdr
-EOM
+ EOM
end
end