diff --git a/test/models/user_test.rb b/test/models/user_test.rb index 42c8c472..7bde5065 100644 --- a/test/models/user_test.rb +++ b/test/models/user_test.rb @@ -1,4 +1,5 @@ require File.expand_path(File.dirname(__FILE__) + '/../test_helper') +require 'timecop' class UserTest < ActiveSupport::TestCase fixtures :users, :preferences, :projects, :contexts, :todos, :recurring_todos @@ -393,4 +394,4 @@ class UserTest < ActiveSupport::TestCase User.create({ :login => 'quire', :password => 'quire', :password_confirmation => 'quire' }.merge(options)) end -end \ No newline at end of file +end