mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Address Ameba issue
This commit is contained in:
parent
c228984956
commit
c0a32505ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue