Project

General

Profile

Patch #31941 » themes_test_fix.patch

Go MAEDA, 2019-08-23 09:56

View differences:

test/integration/lib/redmine/themes_test.rb
23 23

  
24 24
  def setup
25 25
    Redmine::Themes.rescan
26
    @theme = Redmine::Themes.themes.last
26
    @theme = Redmine::Themes.theme('alternate')
27 27
    Setting.ui_theme = @theme.id
28 28
  end
29 29

  
(1-1/2)