1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-02 13:49:42 +00:00

ThemesTest#test_without_theme_js may fail if third-party theme is installed (#25118).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@16347 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-03-02 18:20:17 +00:00
parent 27ebd84309
commit 7741263ab6

View File

@ -37,6 +37,8 @@ class ThemesTest < Redmine::IntegrationTest
end
def test_without_theme_js
# simulate a state theme.js does not exists
@theme.javascripts.clear
get '/'
assert_response :success