aboutsummaryrefslogtreecommitdiffstats
path: root/test/plum/test_connection.rb
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-01-24 14:51:02 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-01-26 14:08:18 +0900
commitc237ea8d6672617e86afc132ca9e06b1013ac1c1 (patch)
tree19e86ef7f01c09b6233fe65e6b219db2fc522cc5 /test/plum/test_connection.rb
parent9190801a092d46c7079ccee201b212b2d7985952 (diff)
downloadplum-c237ea8d6672617e86afc132ca9e06b1013ac1c1.tar.gz
Cleanup projectrestart
Switch test framework, remove unnecessary files, remove unnecessary magic comments.
Diffstat (limited to 'test/plum/test_connection.rb')
-rw-r--r--test/plum/test_connection.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/plum/test_connection.rb b/test/plum/test_connection.rb
index a28672b..91010c7 100644
--- a/test/plum/test_connection.rb
+++ b/test/plum/test_connection.rb
@@ -1,8 +1,8 @@
-require "test_helper"
+require_relative "../utils"
using Plum::BinaryString
-class ConnectionTest < Minitest::Test
+class ConnectionTest < Test::Unit::TestCase
def test_server_must_raise_frame_size_error_when_exeeeded_max_size
_settings = "".push_uint16(Frame::Settings::SETTINGS_TYPE[:max_frame_size]).push_uint32(2**14)
limit = 2 ** 14