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

Version Path
Sutto-marvin-0.8.0.0 templates/test_helper.erb
Sutto-marvin-0.8.0.1 templates/test_helper.erb
marvin-0.8.2 templates/test_helper.erb
birdgrinder-0.1.2.1 templates/test_helper.erb
birdgrinder-0.1.2 templates/test_helper.erb
birdgrinder-0.1.1.1 templates/test_helper.erb
marvin-0.8.1 templates/test_helper.erb
marvin-0.8.0.2 templates/test_helper.erb
birdgrinder-0.1.1 templates/test_helper.erb
birdgrinder-0.1.0.0 templates/test_helper.erb
marvin-0.8.0.1 templates/test_helper.erb
marvin-0.8.0.0 templates/test_helper.erb