aboutsummaryrefslogtreecommitdiffstats
path: root/test/plum/test_frame.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_frame.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_frame.rb')
-rw-r--r--test/plum/test_frame.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/plum/test_frame.rb b/test/plum/test_frame.rb
index 40cde01..9b6f88a 100644
--- a/test/plum/test_frame.rb
+++ b/test/plum/test_frame.rb
@@ -1,6 +1,6 @@
-require "test_helper"
+require_relative "../utils"
-class FrameTest < Minitest::Test
+class FrameTest < Test::Unit::TestCase
# Frame.parse!
def test_parse_header_uncomplete
buffer = "\x00\x00\x00" << "\x00" << "\x00"