summaryrefslogtreecommitdiff
path: root/spec/integration
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-18 09:07:13 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-18 09:07:13 -0800
commitccf46bf3055b2a1c06499ec104f3d74c26643395 (patch)
tree6c94e4c86276c998b68b8c352ca1be0b69f670a1 /spec/integration
parent808fe8b34254c2747d333205f7f7cdb4224cf8aa (diff)
downloadchef-ccf46bf3055b2a1c06499ec104f3d74c26643395.tar.gz
another chefstyle catchup + pull master
bunch of merges over the weekend need re-fixing again. seems like pointing at master of chefstyle is probably a good idea to start making people fix their code before merging.
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/knife/download_spec.rb4
-rw-r--r--spec/integration/knife/upload_spec.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/spec/integration/knife/download_spec.rb b/spec/integration/knife/download_spec.rb
index 57229b915a..86f1d9f4a4 100644
--- a/spec/integration/knife/download_spec.rb
+++ b/spec/integration/knife/download_spec.rb
@@ -1186,7 +1186,7 @@ EOM
policy_group "x", {
"policies" => {
"x" => { "revision_id" => "1.0.0" },
- "blah" => { "revision_id" => "1.0.0" }
+ "blah" => { "revision_id" => "1.0.0" },
}
}
role "x", {}
@@ -1273,7 +1273,7 @@ EOM
file "policy_groups/x.json", {
"policies" => {
"x" => { "revision_id" => "1.0.1" },
- "y" => { "revision_id" => "1.0.0" }
+ "y" => { "revision_id" => "1.0.0" },
}
}
file "roles/x.json", { "run_list" => [ "blah" ] }
diff --git a/spec/integration/knife/upload_spec.rb b/spec/integration/knife/upload_spec.rb
index 6ef40a1d98..afedf97459 100644
--- a/spec/integration/knife/upload_spec.rb
+++ b/spec/integration/knife/upload_spec.rb
@@ -1349,7 +1349,7 @@ EOM
policy_group "x", {
"policies" => {
"x" => { "revision_id" => "1.0.0" },
- "blah" => { "revision_id" => "1.0.0" }
+ "blah" => { "revision_id" => "1.0.0" },
}
}
role "x", {}
@@ -1403,7 +1403,7 @@ EOM
policy_group "x", {
"policies" => {
"x" => { "revision_id" => "1.0.1" },
- "y" => { "revision_id" => "1.0.0" }
+ "y" => { "revision_id" => "1.0.0" },
}
}
role "x", { "run_list" => [ "blah" ] }