Skip to content

Commit d83714d

Browse files
committed
WOT has changed includes, so update expectations.
1 parent 906dea2 commit d83714d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

spec/vocabulary_spec.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,7 @@
462462

463463
describe ".imports" do
464464
{
465-
RDF::Vocab::FOAF => [],
466-
RDF::Vocab::WOT => [RDF::RDFS, RDF::OWL]
465+
RDF::Vocab::FOAF => []
467466
}.each do |v, r|
468467
context v.to_uri do
469468
subject {v}
@@ -476,8 +475,7 @@
476475

477476
describe ".imported_from" do
478477
{
479-
RDF::RDFS => [RDF::OWL, RDF::Vocab::WOT],
480-
RDF::OWL => [RDF::Vocab::WOT]
478+
RDF::RDFS => [RDF::OWL],
481479
}.each do |v, r|
482480
context v.to_uri do
483481
subject {v}

0 commit comments

Comments
 (0)