Sha256: 51992e95d526ef81532fe8938818c663046baa39866a2c923eb6e341a69bbedf
Contents?: true
Size: 369 Bytes
Versions: 4
Compression:
Stored size: 369 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(__FILE__).dirname.join("..").expand_path require root_directory.join("config", "boot") class Test::Unit::TestCase # Add your extensions here end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
birdgrinder-0.1.5 | templates/test_helper.erb |
birdgrinder-0.1.4.0 | templates/test_helper.erb |
birdgrinder-0.1.3.1 | templates/test_helper.erb |
birdgrinder-0.1.3.0 | templates/test_helper.erb |