Skip to content

Commit

Permalink
Two requires needed to get rake to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Capncavedan committed Nov 16, 2023
1 parent 0f35a85 commit 7f78737
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require "test/unit"
require "rack/test"
require "rack/builder"
require "rack/null_logger"
require "rack-timeout"

class RackTimeoutTest < Test::Unit::TestCase
Expand Down

0 comments on commit 7f78737

Please sign in to comment.