mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-14 17:38:02 -05:00
9 lines
213 B
Ruby
9 lines
213 B
Ruby
require 'test/unit'
|
|
|
|
# for some reason these tests fail when run via TextMate
|
|
# but succeed when run on the command line.
|
|
|
|
tests = Dir["#{File.dirname(__FILE__)}/test_*.rb"]
|
|
tests.each do |file|
|
|
require file
|
|
end |