# File gio2/test/test-file.rb, line 22 def test_guess_content_type omit_on_os_x path = fixture_path("content-type", "x-content", "unix-software") dir = Gio::File.path(path) assert_equal(["x-content/unix-software"], dir.guess_content_types.collect(&:to_s)) end