Gems should be specified in environment, not test_helper, in newer Rails

This commit is contained in:
Eric Allen 2009-08-31 19:42:16 -04:00
parent 13306cfeee
commit 5a148bc6db

View file

@ -1,7 +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 'autotest/rails' #you need the zentest gem installed
require 'test_help'
require 'flexmock/test_unit' #and the flexmock gem, too!
require 'action_web_service/test_invoke'