Address Ameba issue

This commit is contained in:
Michael Miller 2022-07-14 13:53:30 -06:00
parent c228984956
commit c0a32505ee
No known key found for this signature in database
GPG Key ID: 32B47AE8F388A1FF
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Spectator.describe Test do
end
skip "must stub Process.run", skip: "Method mock not applied" do
Process.run(command, shell: true, output: :pipe) do |process|
Process.run(command, shell: true, output: :pipe) do |_process|
end
end
end