Skip to content

Commit

Permalink
Pending specs now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed May 3, 2023
1 parent bc7744a commit 7c5f8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rdfa_reader_spec.rb
Expand Up @@ -629,7 +629,7 @@

],
}.each do |name, (md, nt)|
it "parses #{name}", pending: "Broke in Nokogiri 13.0" do
it "parses #{name}" do
expect(parse(md)).to be_equivalent_graph(nt, logger: @logger)
end
end
Expand Down

0 comments on commit 7c5f8f2

Please sign in to comment.