We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf4b20 commit 07a0aedCopy full SHA for 07a0aed
1 file changed
lib/rdf/spec/mutable.rb
@@ -56,7 +56,7 @@
56
end
57
58
it "should accept an optional hash argument" do
59
- expect { subject.load(RDF::Spec::TRIPLES_FILE, {}) }.not_to raise_error
+ expect { subject.load(RDF::Spec::TRIPLES_FILE, **{}) }.not_to raise_error
60
61
62
it "should load statements" do
0 commit comments