Skip to content

Commit b84fbfa

Browse files
committed
Switch test to test-unit
1 parent f439250 commit b84fbfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/output.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
require 'minitest/autorun'
1+
require 'test/unit'
22
require 'net/http'
33
require 'json'
44

5-
class OutputTest < Minitest::Test
5+
class OutputTest < Test::Unit::TestCase
66
def test_output_format
77
type = {
88
'node' => {

0 commit comments

Comments
 (0)