tests/test_container.rb in dogviz-0.0.18 vs tests/test_container.rb in dogviz-0.0.19

- old
+ new

@@ -28,9 +28,9 @@ attr_reader :parent def test_container_exposes_inherited_render_options_from_parent inheritable_options = {fontname: 'glyphoz'} parent.render_options = inheritable_options - assert_equal inheritable_options, Container.new(parent, 'container').render_options + assert_equal 'glyphoz', Container.new(parent, 'container').render_options[:fontname] end end end \ No newline at end of file