Skip to content

Commit

Permalink
Fix spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Mar 30, 2022
1 parent b74542a commit 634fed2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/format_spec.rb
Expand Up @@ -30,12 +30,12 @@
end
end

# This interferes with RDFa.
#describe "#to_sym" do
# specify {expect(described_class.to_sym).to eq :microdata}
#end
describe "#to_sym" do
specify {expect(described_class.to_sym).to eq :microdata}
end

describe "#to_uri" do
# This interferes with RDFa.
describe "#to_uri", skip: true do
specify {expect(described_class.to_uri).to eq RDF::URI('http://www.w3.org/ns/formats/microdata')}
end

Expand Down

0 comments on commit 634fed2

Please sign in to comment.