picking up project again. Fixing rspec errors first

This commit is contained in:
2026-05-28 10:13:28 -06:00
parent eb161e0f2e
commit a1f31a89b2
5 changed files with 268 additions and 23 deletions
+1 -1
View File
@@ -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)}