We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4c9231 + 670f1c3 commit 6968524Copy full SHA for 6968524
1 file changed
lib/rdf/spec/repository.rb
@@ -38,7 +38,7 @@
38
39
describe '#delete_insert' do
40
it 'updates transactionally' do
41
- if mutable.mutable?
+ if mutable.mutable? & mutable.supports?(:atomic_write)
42
expect(mutable).to receive(:commit_transaction).and_call_original
43
statement = RDF::Statement(:s, RDF::URI.new("urn:predicate:1"), :o)
44
0 commit comments