Skip to content

Commit 1a3977b

Browse files
committed
refactor; use new minitest api
1 parent 878b9c5 commit 1a3977b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.build/test/test-examples.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require 'minitest/autorun'
55
require 'minitest/unit'
66

7-
class ExamplesTest < MiniTest::Unit::TestCase
7+
class ExamplesTest < Minitest::Test
88

99
def setup
1010
root = Pathname(File.dirname(File.expand_path __FILE__)) + '..' + '..'

.build/test/test-schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require "minitest/autorun"
44
require "minitest/unit"
55

6-
class SchemaTest < MiniTest::Unit::TestCase
6+
class SchemaTest < Minitest::Test
77

88
def test_validate_schema
99
root = Pathname(File.dirname(File.expand_path __FILE__)) + '..' + '..'

0 commit comments

Comments
 (0)