We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fb5af commit 637f676Copy full SHA for 637f676
1 file changed
spec/vocabulary_spec.rb
@@ -876,7 +876,7 @@
876
TestVocab = Class.new RDF::Vocabulary(uri)
877
RDF::Vocabulary.register :testvocab, TestVocab
878
it 'correctly expands the pname of an arbitrary class' do
879
- expect(RDF::Vocabulary.expand_pname('testvocab:test')).to equal(TestVocab.test)
+ expect(RDF::Vocabulary.expand_pname('testvocab:test')).to eq(TestVocab.test)
880
end
881
882
0 commit comments