A few tweaks to get tests running

This commit is contained in:
Eric Allen 2009-12-07 18:29:57 -05:00
parent ac0ff3feaf
commit 6181d42072
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require File.expand_path(File.dirname(__FILE__) + "/../app/controllers/application")
require File.expand_path(File.dirname(__FILE__) + "/../app/controllers/application_controller")
require 'test_help'
require 'flexmock/test_unit' #and the flexmock gem, too!
require 'action_web_service/test_invoke'