Sha256: 5abf5e5e3d74192f72379d6a94c49f628ac1f71f734b9dae8e387867cd09ea38
Contents?: true
Size: 373 Bytes
Versions: 12
Compression:
Stored size: 373 Bytes
Contents
require 'rubygems' # Testing dependencies require 'test/unit' require 'shoulda' # RedGreen doesn't seem to be needed under 1.9 require 'redgreen' if RUBY_VERSION < "1.9" require 'pathname' root_directory = Pathname.new(__FILE__).dirname.join("..").expand_path require root_directory.join("config", "boot") class Test::Unit::TestCase # Add your extensions here end
Version data entries
12 entries across 12 versions & 3 rubygems