summaryrefslogtreecommitdiff
path: root/spec/integration/knife/upload_spec.rb
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-08-29 10:39:00 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-08-29 22:01:17 -0700
commitb3be31b52cc0aabb86526edcc705c6166d34acaa (patch)
tree2fc577eb5f0e3042ed23c9e16dd02b72f66947c3 /spec/integration/knife/upload_spec.rb
parentd1350f296095ff70baafbd4f5fa1e3737a4924d2 (diff)
downloadchef-b3be31b52cc0aabb86526edcc705c6166d34acaa.tar.gz
Switch back to ChefZero::RSpec version 3jk/rspec_zero_3
And add some Enterprise tests (fix an acl delete issue)
Diffstat (limited to 'spec/integration/knife/upload_spec.rb')
-rw-r--r--spec/integration/knife/upload_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/knife/upload_spec.rb b/spec/integration/knife/upload_spec.rb
index d8db27f73b..4e447589f3 100644
--- a/spec/integration/knife/upload_spec.rb
+++ b/spec/integration/knife/upload_spec.rb
@@ -487,7 +487,7 @@ EOM
Updated /cookbooks/x
EOM
# Modify a file and attempt to upload
- file 'cookbooks/x/metadata.rb', "name 'x'; version '1.0.0'#different"
+ file 'cookbooks/x/metadata.rb', 'name "x"; version "1.0.0"#different'
knife('upload /cookbooks/x').should_fail "ERROR: /cookbooks failed to write: Cookbook x is frozen\n"
end
end