mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 22:38:49 +01:00
Gems should be specified in environment, not test_helper, in newer Rails
This commit is contained in:
parent
13306cfeee
commit
5a148bc6db
1 changed files with 0 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue