summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2019-05-09 09:23:44 +0900
committerNARUSE, Yui <naruse@airemix.jp>2019-05-09 09:23:44 +0900
commitf1486fea46cf36f1c936f5074a7251f29f9c1c5d (patch)
treeadb4db274d8e86dba71fadd012688a685182fc06 /test
parent10723dd6cefb84e6a7d69b3bc3c1a74c345e4306 (diff)
require 'stringio'
Diffstat (limited to 'test')
-rw-r--r--test/ripper/test_ripper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ripper/test_ripper.rb b/test/ripper/test_ripper.rb
index 13a5294618..ab841b7616 100644
--- a/test/ripper/test_ripper.rb
+++ b/test/ripper/test_ripper.rb
@@ -1,6 +1,7 @@
# frozen_string_literal: true
begin
require 'ripper'
+ require 'stringio'
require 'test/unit'
ripper_test = true
module TestRipper; end