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