mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 17:58:29 -05:00
7 lines
112 B
Ruby
7 lines
112 B
Ruby
require 'test/unit'
|
|
|
|
tests = Dir["#{File.dirname(__FILE__)}/test_*.rb"]
|
|
tests.each do |file|
|
|
require file
|
|
end
|