summaryrefslogtreecommitdiff
path: root/spec/functional/knife
diff options
context:
space:
mode:
authorXabier de Zuazo <xabier@onddo.com>2014-12-03 06:35:22 +0100
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-27 12:04:44 -0800
commit5f09a024610dd5ed992faa42624beced6f6e3ed3 (patch)
treef08aba90fe1bf66043b5ff7282440f41b89eb9c4 /spec/functional/knife
parent74770bd862180d90e0d2c5381ad74dd7ec637242 (diff)
downloadchef-5f09a024610dd5ed992faa42624beced6f6e3ed3.tar.gz
EncryptedDataBagItem: remove Cipher#auth_data method existence check (ruby 1.8 specific, issue #2497)
Diffstat (limited to 'spec/functional/knife')
-rw-r--r--spec/functional/knife/exec_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/functional/knife/exec_spec.rb b/spec/functional/knife/exec_spec.rb
index 0a9177b5e8..6262094a9f 100644
--- a/spec/functional/knife/exec_spec.rb
+++ b/spec/functional/knife/exec_spec.rb
@@ -41,9 +41,7 @@ describe Chef::Knife::Exec do
@server.stop
end
- skip "executes a script in the context of the chef-shell main context", :ruby_18_only
-
- it "executes a script in the context of the chef-shell main context", :ruby_gte_19_only do
+ it "executes a script in the context of the chef-shell main context" do
@node = Chef::Node.new
@node.name("ohai-world")
response = {"rows" => [@node],"start" => 0,"total" => 1}