summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-09-26 14:49:10 -0700
committertyler-ball <tyleraball@gmail.com>2014-10-07 16:40:38 -0700
commiteeef4a5557a84d30a0f8e9553ac5b7d371955cbc (patch)
treeeeb50cc5606941cccfd77470ff3e026e20ae387b
parentd43b35014e18e0cc2ebae6e482f8a2b5a00c4fab (diff)
downloadchef-eeef4a5557a84d30a0f8e9553ac5b7d371955cbc.tar.gz
Fixing failing tests. The earlier changes I made to this file were caused by missing JSON printers that I left around. Once I fixed those, the original changes I made to this test were unneeded.
-rw-r--r--spec/integration/knife/chef_repo_path_spec.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/integration/knife/chef_repo_path_spec.rb b/spec/integration/knife/chef_repo_path_spec.rb
index 9f6a27f006..90455ed374 100644
--- a/spec/integration/knife/chef_repo_path_spec.rb
+++ b/spec/integration/knife/chef_repo_path_spec.rb
@@ -291,6 +291,7 @@ EOM
knife('show --local /clients/blah.json').should_succeed <<EOM
/clients/blah.json:
{
+
}
EOM
end
@@ -390,6 +391,7 @@ EOM
knife('show --local /environments/blah.json').should_succeed <<EOM
/environments/blah.json:
{
+
}
EOM
end
@@ -404,6 +406,7 @@ EOM
knife('show --local /nodes/blah.json').should_succeed <<EOM
/nodes/blah.json:
{
+
}
EOM
end
@@ -418,6 +421,7 @@ EOM
knife('show --local /roles/blah.json').should_succeed <<EOM
/roles/blah.json:
{
+
}
EOM
end
@@ -432,6 +436,7 @@ EOM
knife('show --local /users/blah.json').should_succeed <<EOM
/users/blah.json:
{
+
}
EOM
end