summaryrefslogtreecommitdiff
path: root/spec/functional
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2015-04-20 15:35:36 +0000
committerBryan McLellan <btm@loftninjas.org>2015-04-20 15:37:33 +0000
commit9ec4d6ce9daaac31887ffd51de01e899c724d200 (patch)
treee2e95b17dbff27001349c55908c0f669a67087f2 /spec/functional
parent466421102c41b4f99e0f503aca631d762bb8455c (diff)
downloadchef-9ec4d6ce9daaac31887ffd51de01e899c724d200.tar.gz
Reduce size of nested JSON test to 252 deepbtm/lower-json-nest-tests
I got confused running git on the tester with my last commit for #3101. This should clean it up.
Diffstat (limited to 'spec/functional')
-rw-r--r--spec/functional/resource/execute_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/execute_spec.rb b/spec/functional/resource/execute_spec.rb
index 8a44d13ba3..ffa4628cb2 100644
--- a/spec/functional/resource/execute_spec.rb
+++ b/spec/functional/resource/execute_spec.rb
@@ -62,7 +62,7 @@ describe Chef::Resource::Execute do
end
describe "when parent resource sets :cwd" do
- let(:guard) { %{ruby -e 'exit 1 unless File.exists?("./big.json")'} }
+ let(:guard) { %{ruby -e 'exit 1 unless File.exists?("./nested.json")'} }
it "guard inherits :cwd from resource and runs" do
resource.cwd CHEF_SPEC_DATA