Skip to content

Commit 68a1317

Browse files
committed
rack: fix a flakey test
1 parent 0a7cc6e commit 68a1317

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
require 'rack/handler'
2+
13
module Rack
24
module Handler
35
# this class doesn't do anything, we're just seeing if we get it.
46
class Unregistered
57
end
68
end
7-
end
9+
end
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
require 'rack/handler'
2+
13
module Rack
24
module Handler
35
# this class doesn't do anything, we're just seeing if we get it.
46
class UnregisteredLongOne
57
end
68
end
7-
end
9+
end

0 commit comments

Comments
 (0)