diff options
author | Xabier de Zuazo <xabier@onddo.com> | 2014-12-03 06:42:11 +0100 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-01-27 12:08:42 -0800 |
commit | ba4e1e49bc448008a6782d09f3368522f219ace4 (patch) | |
tree | 774edde72f25665b547f196afbf8b3f285803432 /spec/integration/knife | |
parent | dbb472b31267bba8b8df888cb5901fa193792a10 (diff) | |
download | chef-ba4e1e49bc448008a6782d09f3368522f219ace4.tar.gz |
Clean all RSpec test filters related to Ruby 1.8.7 (issue #2497)
Diffstat (limited to 'spec/integration/knife')
-rw-r--r-- | spec/integration/knife/download_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/knife/download_spec.rb b/spec/integration/knife/download_spec.rb index cf1e4fcf0f..c87e6fe20a 100644 --- a/spec/integration/knife/download_spec.rb +++ b/spec/integration/knife/download_spec.rb @@ -1069,7 +1069,7 @@ EOM end when_the_repository 'is empty' do - it 'knife download /cookbooks/x signs all requests', :ruby_gte_19_only do + it 'knife download /cookbooks/x signs all requests' do # Check that BasicClient.request() always gets called with X-OPS-USERID original_new = Chef::HTTP::BasicClient.method(:new) |