diff options
-rw-r--r-- | test/functional/projects_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index 9b0076862..12da256c4 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -1100,7 +1100,7 @@ class ProjectsControllerTest < Redmine::ControllerTest project.update_attribute :updated_on, nil assert_equal 'Stable', project.custom_value_for(3).value - travel_to Time.current do + freeze_time do post( :update, :params => { |