test/test_xdg.rb in xdg-0.5.1 vs test/test_xdg.rb in xdg-0.5.2
- old
+ new
@@ -83,12 +83,12 @@
def test_config_work
assert_equal(File.join(Dir.pwd,'.config'), XDG.config_work)
end
- def test_data_work
- assert_equal(File.join(Dir.pwd,'.share'), XDG.data_work)
- end
+ #def test_data_work
+ # assert_equal(File.join(Dir.pwd,'.share'), XDG.data_work)
+ #end
def test_cache_work
assert_equal(File.join(Dir.pwd,'.cache'), XDG.cache_work)
end