WIP - failing test without a solution.

This commit is contained in:
Don Petersen 2014-04-03 00:07:07 +00:00
parent 210e8cf96c
commit ad9969e36c
2 changed files with 6 additions and 0 deletions

View file

@ -73,6 +73,11 @@ describe Microformats2::Collection do
@collection.card.contents.first.should be_kind_of Microformats2::Property::Embedded
end
end
describe "h-card with a plurally-named nested tag" do
it "is properly parsed" do
expect(@collection.card.hours.to_s).to eql("")
end
end
describe "Format.add_property" do
let(:value) { "bar" }
it "creates the attr" do