summaryrefslogtreecommitdiff
path: root/spec/integration/solo
diff options
context:
space:
mode:
authorXabier de Zuazo <xabier@onddo.com>2014-12-03 06:42:11 +0100
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-27 12:08:42 -0800
commitba4e1e49bc448008a6782d09f3368522f219ace4 (patch)
tree774edde72f25665b547f196afbf8b3f285803432 /spec/integration/solo
parentdbb472b31267bba8b8df888cb5901fa193792a10 (diff)
downloadchef-ba4e1e49bc448008a6782d09f3368522f219ace4.tar.gz
Clean all RSpec test filters related to Ruby 1.8.7 (issue #2497)
Diffstat (limited to 'spec/integration/solo')
-rw-r--r--spec/integration/solo/solo_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/integration/solo/solo_spec.rb b/spec/integration/solo/solo_spec.rb
index cc9ba1abb2..41f5f5506f 100644
--- a/spec/integration/solo/solo_spec.rb
+++ b/spec/integration/solo/solo_spec.rb
@@ -83,8 +83,7 @@ end
EOM
end
- # Ruby 1.8.7 doesn't have Process.spawn :(
- it "while running solo concurrently", :ruby_gte_19_only => true do
+ it "while running solo concurrently" do
file 'config/solo.rb', <<EOM
cookbook_path "#{path_to('cookbooks')}"
file_cache_path "#{path_to('config/cache')}"