remove excess new line
This commit is contained in:
@@ -18,7 +18,6 @@ RSpec.describe BeefTest do
|
||||
Process.kill("KILL", @pid) unless @pid.nil?
|
||||
Process.wait(@pid) unless @pid.nil? # Ensure the process has exited and the port is released
|
||||
@pid = nil
|
||||
|
||||
end
|
||||
|
||||
describe '.login' do
|
||||
|
||||
Reference in New Issue
Block a user