test/functional/storage_helper.rb in ruote-2.1.6 vs test/functional/storage_helper.rb in ruote-2.1.7
- old
+ new
@@ -36,9 +36,11 @@
}
exit 0
end
ps = ARGV.select { |a| a.match(/^--/) }
+ ps.delete('--split')
+
persistent = opts.delete(:persistent)
if ps.include?('--fs')
begin