aboutsummaryrefslogtreecommitdiffstats
path: root/test/plum/test_connection.rb
diff options
context:
space:
mode:
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