Skip to content

Commit 28f6ef5

Browse files
committed
Minor tweak to testing vocabulary imports expectations.
1 parent 396301a commit 28f6ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/vocabulary_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
}.each do |v, r|
480480
context v.to_uri do
481481
subject {v}
482-
its(:imported_from) {is_expected.to eq r}
482+
its(:imported_from) {is_expected.to include(*r)}
483483
end
484484
end
485485

0 commit comments

Comments
 (0)