Skip to content

Commit 07a0aed

Browse files
committed
Update hash used as **.
1 parent 4cf4b20 commit 07a0aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rdf/spec/mutable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
end
5757

5858
it "should accept an optional hash argument" do
59-
expect { subject.load(RDF::Spec::TRIPLES_FILE, {}) }.not_to raise_error
59+
expect { subject.load(RDF::Spec::TRIPLES_FILE, **{}) }.not_to raise_error
6060
end
6161

6262
it "should load statements" do

0 commit comments

Comments
 (0)