Skip to content

Commit

Permalink
remove excess new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen committed Mar 27, 2024
1 parent dba210c commit 60cc069
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/requests/beef_test_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
# 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
Expand Down

0 comments on commit 60cc069

Please sign in to comment.