aboutsummaryrefslogtreecommitdiffstats
path: root/railties/helpers/test_helper.rb
blob: 15961ba258ec57297f9553cc2d9e76d9fe81fcbf (plain) (blame)
1
2
3
4
5
6
7
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'test_help'

class Test::Unit::TestCase
  # Add more helper methods to be used by all tests here...
end