update require statements to fix path issue

This commit is contained in:
Reinier Balt 2011-05-31 23:07:20 +02:00
parent 6b1cf674a8
commit 91eeb0c6aa
26 changed files with 27 additions and 26 deletions

View file

@ -1,4 +1,5 @@
ENV["RAILS_ENV"] = "test"
require 'thread'
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require File.expand_path(File.dirname(__FILE__) + "/../app/controllers/application_controller")
require 'test_help'