We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f00852 commit 9c629eaCopy full SHA for 9c629ea
1 file changed
spec/format_spec.rb
@@ -40,7 +40,7 @@
40
expect {RDF::CLI.exec(["patch", "serialize", nt], patch_file: StringIO.new(File.read(patch)))}.to write.to(:output)
41
end
42
it "patches from argument" do
43
- expect {RDF::CLI.exec(["patch", "serialize", nt], patch: patch_enc)}.to write.to(:output)
+ expect {RDF::CLI.exec(["patch", "serialize", nt], patch_input: patch_enc)}.to write.to(:output)
44
45
46
0 commit comments