fixed another require for ruby 1.9, #1002
This commit is contained in:
parent
52eac27a43
commit
ef124d748b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
require File.join(File.dirname(__FILE__), "..", "config", "environment")
|
||||
require 'factory_girl_rails'
|
||||
require 'spec/helper_methods'
|
||||
require File.join(File.dirname(__FILE__), "..", "spec", "helper_methods")
|
||||
include HelperMethods
|
||||
|
||||
alice = Factory(:user_with_aspect, :username => "alice", :password => 'evankorth', :invites => 10)
|
||||
|
|
|
|||
Loading…
Reference in a new issue