Make our own Minitest::Test subclass for further subclassing

This commit is contained in:
Parker Moore
2015-02-21 00:33:47 -08:00
parent ace1b6b8d2
commit 7ad0597bff
32 changed files with 32 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
require 'helper'
class TestUtils < Minitest::Test
class TestUtils < JekyllUnitTest
context "hash" do
context "pluralized_array" do