[#263] Fix theme tests that changed singleton data

This commit is contained in:
Eric Davis 2011-11-06 16:37:15 -08:00
parent 5620488727
commit a911d83889
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@
require File.expand_path('../../../../test_helper', __FILE__)
class Redmine::ThemesTest < ActiveSupport::TestCase
def setup
Redmine::Themes.rescan
end
def test_themes
themes = Redmine::Themes.themes
assert_kind_of Array, themes