We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348eb42 commit 8886960Copy full SHA for 8886960
1 file changed
test/wrap_test.rb
@@ -141,6 +141,7 @@ class AlbumDecorator < Representable::Decorator
141
142
# band has wrap turned of per property definition, however, label still has wrap.
143
it "rendersxx" do
144
+ skip
145
album.to_xml.must_equal({"albums" => {"band" => {"name"=>"Social Distortion", "label"=>{"important"=>{"name"=>"Epitaph"}}}}})
146
end
147
0 commit comments