Change TestDoctorCommand to JekyllUnitTest since Test constant doesn't necessarily exist
This commit is contained in:
parent
fb8bf7bab6
commit
115926fd54
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue