Skip to content

Commit dbe371f

Browse files
committed
chore: Fix rack tests
Not entirely sure why this started failing or why this fixes it. Most like a Sinatra change.
1 parent 9e44899 commit dbe371f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

judoscale-rack/test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
end
1616

1717
class TestSinatraApp < Sinatra::Base
18+
set :environment, :test
1819
use Judoscale::RequestMiddleware
1920

2021
get "/" do

0 commit comments

Comments
 (0)