Sha256: 4d071c88932fc3b5919ded6e8675b87c3f627afc12088eba4b97a207911a4bb4

Contents?: true

Size: 266 Bytes

Versions: 13

Compression:

Stored size: 266 Bytes

Contents

require 'rubygems'
gem 'test-unit'
require 'test/unit'

# for some reason these tests fail when run via TextMate
# but succeed when run on the command line.

tests = Dir[File.expand_path("#{File.dirname(__FILE__)}/test_*.rb")]
tests.each do |file|
  require file
end

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
jekyll-1.0.0.beta1 test/suite.rb
jekyll-0.12.1 test/suite.rb
jekyll-reloaded-0.12.2 test/suite.rb
jekyll-0.12.0 test/suite.rb
spinto-jekyll-0.11.2.5 test/suite.rb
jekyll-reloaded-0.12.1 test/suite.rb
jekyll-reloaded-0.12 test/suite.rb
spinto-jekyll-0.11.2.3 test/suite.rb
spinto-jekyll-0.11.2.2 test/suite.rb
spinto-jekyll-0.11.2.1 test/suite.rb
jekyll-0.11.2 test/suite.rb
vanity-1.7.1 vendor/ruby/1.9.1/gems/jekyll-0.11.0/test/suite.rb
jekyll-0.11.0 test/suite.rb