fixed another require for ruby 1.9, #1002

This commit is contained in:
MrZYX 2011-04-07 21:47:27 +02:00
parent 52eac27a43
commit ef124d748b

View file

@ -12,7 +12,7 @@
require File.join(File.dirname(__FILE__), "..", "config", "environment") require File.join(File.dirname(__FILE__), "..", "config", "environment")
require 'factory_girl_rails' require 'factory_girl_rails'
require 'spec/helper_methods' require File.join(File.dirname(__FILE__), "..", "spec", "helper_methods")
include HelperMethods include HelperMethods
alice = Factory(:user_with_aspect, :username => "alice", :password => 'evankorth', :invites => 10) alice = Factory(:user_with_aspect, :username => "alice", :password => 'evankorth', :invites => 10)