test/test_dir_items.rb in zold-0.16.30 vs test/test_dir_items.rb in zold-0.17.0

- old
+ new

@@ -51,14 +51,10 @@ end back.kill end end - # @todo #507:30min I don't understand why this test doesn't work. It's not - # mission critical, since we don't have spaces in our paths, mostly. But - # still, would be great to fix it. def test_lists_empty_dir - skip Dir.mktmpdir do |dir| d = File.join(dir, 'path с пробелами') FileUtils.mkdir_p(d) assert_equal(0, Zold::DirItems.new(d).fetch.count) end