Skip to content

Commit 637f676

Browse files
committed
Fix vocabulary spec.
1 parent 05fb5af commit 637f676

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
@@ -876,7 +876,7 @@
876876
TestVocab = Class.new RDF::Vocabulary(uri)
877877
RDF::Vocabulary.register :testvocab, TestVocab
878878
it 'correctly expands the pname of an arbitrary class' do
879-
expect(RDF::Vocabulary.expand_pname('testvocab:test')).to equal(TestVocab.test)
879+
expect(RDF::Vocabulary.expand_pname('testvocab:test')).to eq(TestVocab.test)
880880
end
881881
end
882882
end

0 commit comments

Comments
 (0)