Skip to content

Commit 9c629ea

Browse files
committed
Spec update due to change in CLI argument name.
1 parent 0f00852 commit 9c629ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/format_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
expect {RDF::CLI.exec(["patch", "serialize", nt], patch_file: StringIO.new(File.read(patch)))}.to write.to(:output)
4141
end
4242
it "patches from argument" do
43-
expect {RDF::CLI.exec(["patch", "serialize", nt], patch: patch_enc)}.to write.to(:output)
43+
expect {RDF::CLI.exec(["patch", "serialize", nt], patch_input: patch_enc)}.to write.to(:output)
4444
end
4545
end
4646
end

0 commit comments

Comments
 (0)