remove excess new line

This commit is contained in:
Stephen
2024-03-28 03:10:31 +10:00
parent dba210c109
commit 60cc069a3b

View File

@@ -17,8 +17,7 @@ RSpec.describe BeefTest do
# Shutting down server
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
@pid = nil
end
describe '.login' do