diff options
Diffstat (limited to 'test/functional/calendars_controller_test.rb')
-rw-r--r-- | test/functional/calendars_controller_test.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/calendars_controller_test.rb b/test/functional/calendars_controller_test.rb index 69e0053ad..2652d7f49 100644 --- a/test/functional/calendars_controller_test.rb +++ b/test/functional/calendars_controller_test.rb @@ -36,6 +36,10 @@ class CalendarsControllerTest < Redmine::ControllerTest :users, :email_addresses def test_show + # Ensure that an issue to which a user is assigned is in the current + # month's calendar in order to test Gravatar + travel_to issues(:issues_002).start_date + with_settings :gravatar_enabled => '1' do get :show, :params => { :project_id => 1 |