https://github.com/jekyll/jekyll
Raw File
Tip revision: 99ee0c4803e6ac520f862b3341b23612a018cf48 authored by Tom Preston-Werner on 23 June 2010, 00:56:16 UTC
Release 0.6.0
Tip revision: 99ee0c4
suite.rb
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
back to top