We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906dea2 commit d83714dCopy full SHA for d83714d
1 file changed
spec/vocabulary_spec.rb
@@ -462,8 +462,7 @@
462
463
describe ".imports" do
464
{
465
- RDF::Vocab::FOAF => [],
466
- RDF::Vocab::WOT => [RDF::RDFS, RDF::OWL]
+ RDF::Vocab::FOAF => []
467
}.each do |v, r|
468
context v.to_uri do
469
subject {v}
@@ -476,8 +475,7 @@
476
475
477
describe ".imported_from" do
478
479
- RDF::RDFS => [RDF::OWL, RDF::Vocab::WOT],
480
- RDF::OWL => [RDF::Vocab::WOT]
+ RDF::RDFS => [RDF::OWL],
481
482
483
0 commit comments