Sha256: 30a8a65aa9686110cd440fb9803e0b7095112862539a591fba8995802ce7bb21
Contents?: true
Size: 229 Bytes
Versions: 10
Compression:
Stored size: 229 Bytes
Contents
# This file is a shortcut to run all tests in textmate ENV['COVERAGE'] = "1" require File.expand_path('../common', __FILE__) Dir.chdir( File.dirname(__FILE__) ) do Dir["**/*_spec.rb"].each do |path| load(path) end end
Version data entries
10 entries across 10 versions & 1 rubygems