mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Make our own Minitest::Test subclass for further subclassing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require 'helper'
|
||||
|
||||
class TestUtils < Minitest::Test
|
||||
class TestUtils < JekyllUnitTest
|
||||
context "hash" do
|
||||
|
||||
context "pluralized_array" do
|
||||
|
||||
Reference in New Issue
Block a user