picking up project again. Fixing rspec errors first
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ require 'socket'
|
||||
require 'json'
|
||||
|
||||
HOSTNAME = 'localhost'
|
||||
PORT = 2000
|
||||
PORT = 20001
|
||||
|
||||
RSpec.describe "app.rb" do
|
||||
let(:client) {TCPSocket.open(HOSTNAME, PORT)}
|
||||
|
||||
Reference in New Issue
Block a user