Skip to content

Commit

Permalink
Added module for helper methods
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 16, 2021
1 parent c8abb70 commit 355221c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/webrick/utils.rb
Expand Up @@ -39,6 +39,12 @@ class WEBrick::HTTPServlet::CGIHandler
include Test::Unit::Assertions
extend Test::Unit::Assertions

include Test::Unit::Util::Output
extend Test::Unit::Util::Output

include Test::Unit::CoreAssertions
extend Test::Unit::CoreAssertions

module_function

DefaultLogTester = lambda {|log, access_log| assert_equal([], log) }
Expand Down

0 comments on commit 355221c

Please sign in to comment.