aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-08-11 21:10:33 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-08-11 21:10:33 +0900
commit72fc8863a315916237a5e3141432c8926783c2bf (patch)
treeea88e6277bacc187df3aac9de46a9d9157669039 /test
parent45517dac41ca3ae0575a936576b7cc6828458244 (diff)
downloadplum-72fc8863a315916237a5e3141432c8926783c2bf.tar.gz
rename StreamHelper to StreamUtils
Diffstat (limited to 'test')
-rw-r--r--test/plum/test_stream_utils.rb (renamed from test/plum/test_stream_helper.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plum/test_stream_helper.rb b/test/plum/test_stream_utils.rb
index 1d9b017..c230bf2 100644
--- a/test/plum/test_stream_helper.rb
+++ b/test/plum/test_stream_utils.rb
@@ -2,7 +2,7 @@ require "test_helper"
using BinaryString
-class StreamHelperTest < Minitest::Test
+class StreamUtilsTest < Minitest::Test
def test_stream_promise
open_new_stream {|stream|
push_stream = stream.promise([])