Sha256: de64e026dac1d8e38c972d9035336bf21ff81499f8f17d09904dc209e6366000
Contents?: true
Size: 518 Bytes
Versions: 3
Compression:
Stored size: 518 Bytes
Contents
#--- # Excerpted from "Agile Web Development with Rails, 2nd Ed." # We make no guarantees that this code is fit for any purpose. # Visit http://www.pragmaticprogrammer.com/titles/rails2 for more book information. #--- ENV["RAILS_ENV"] = "test" require File.expand_path(File.dirname(__FILE__) + "/../config/environment") require 'test_help' class Test::Unit::TestCase self.use_transactional_fixtures = true self.use_instantiated_fixtures = false # Add more helper methods to be used by all tests here... end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
amrita2-2.0.0 | sample/depot/test/test_helper.rb |
amrita2-2.0.1 | sample/depot/test/test_helper.rb |
amrita2-2.0.2 | sample/depot/test/test_helper.rb |