From 115926fd54041e85a4a1c49e6ebe06d61703bf7f Mon Sep 17 00:00:00 2001 From: Nick Quaranto Date: Mon, 14 Dec 2015 21:58:36 -0500 Subject: [PATCH] Change TestDoctorCommand to JekyllUnitTest since Test constant doesn't necessarily exist --- test/test_doctor_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_doctor_command.rb b/test/test_doctor_command.rb index 43fa602c..eb33ec85 100644 --- a/test/test_doctor_command.rb +++ b/test/test_doctor_command.rb @@ -1,7 +1,7 @@ require 'helper' require 'jekyll/commands/doctor' -class TestDoctorCommand < Test::Unit::TestCase +class TestDoctorCommand < JekyllUnitTest context 'urls only differ by case' do setup do clear_dest