# File gstreamer/tests/tc_registry.rb, line 74 def test_paths Gst::Registry.each do |r| assert_instance_of(Gst::Registry, r) paths = r.paths r.clear_paths assert_equal(0, r.paths.size) paths.each { |p| r.add_path(p) } assert_equal(paths.size, r.paths.size) end end