mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-07 08:01:31 +00:00
CalendarsControllerTest#test_show fails depending on the date (#31131).
Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18088 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
367d8f4d04
commit
904e77e8a0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user