test/cli/commands/test_prune.rb in nanoc-4.0.0a1 vs test/cli/commands/test_prune.rb in nanoc-4.0.0a2
- old
+ new
@@ -91,11 +91,11 @@
end
end
def test_run_with_symlink_to_output_dir
skip_unless_symlinks_supported
- if defined?(JRUBY_VERSION) && JRUBY_VERSION == '1.7.11'
- skip 'JRuby 1.7.11 has buggy File.find behavior (see https://github.com/jruby/jruby/issues/1647)'
+ if defined?(JRUBY_VERSION)
+ skip 'JRuby has buggy File.find behavior (see https://github.com/jruby/jruby/issues/1647)'
end
with_site do |_site|
# Set output dir
FileUtils.rm_rf('output')