From 83dae8ca11cdc23c86e9e1a9b1394072b233b0f3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 12 Apr 2025 01:00:47 +0100 Subject: [PATCH] Monkey patch Rack::Server until a new teaspoon is released https://github.com/jejacks0n/teaspoon/pull/604 --- test/teaspoon_env.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/teaspoon_env.rb b/test/teaspoon_env.rb index a64274c0a..5dd59b433 100644 --- a/test/teaspoon_env.rb +++ b/test/teaspoon_env.rb @@ -1,3 +1,7 @@ +# Monkey patch pending new release with +# https://github.com/jejacks0n/teaspoon/pull/604 +Rack::Server = Rackup::Server + Teaspoon.configure do |config| # Determines where the Teaspoon routes will be mounted. Changing this to "/jasmine" would allow you to browse to # `http://localhost:3000/jasmine` to run your tests. -- 2.39.5