aboutsummaryrefslogblamecommitdiffstats
path: root/railties/test/abstract_unit.rb
blob: 07aeb77fdf87af4ea9245e8ae1e32b92d1eadca0 (plain) (tree)
1
2
3
4
5
6
7






                                                              












                                                                                                              
$:.unshift File.dirname(__FILE__) + "/../../activesupport/lib"
$:.unshift File.dirname(__FILE__) + "/../../actionpack/lib"
$:.unshift File.dirname(__FILE__) + "/../lib"
$:.unshift File.dirname(__FILE__) + "/../builtin/rails_info"

require 'test/unit'
require 'rubygems'

# Needed for the class mock delegation
#require File.dirname(__FILE__) + "/../../activesupport/lib/active_support/core_ext/class/attribute_accessors"

if defined?(RAILS_ROOT)
  RAILS_ROOT.replace File.dirname(__FILE__)
else
  RAILS_ROOT = File.dirname(__FILE__)
end

class Test::Unit::TestCase
  # Add stuff here if you need it
end