Skip to content

Commit 530d062

Browse files
committed
Fix build on 1.8.7.
1 parent a910d56 commit 530d062

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/scanning_test.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
require File.expand_path("helper", File.dirname(__FILE__))
44

5+
unless defined?(Enumerator)
6+
Enumerator = Enumerable::Enumerator
7+
end
8+
59
class TestScanning < Test::Unit::TestCase
610

711
include Helper::Client

0 commit comments

Comments
 (0)