diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-25 00:17:18 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-25 00:17:18 +0000 |
commit | e92f202b500ae61e5acef0db23d7702a285b00c4 (patch) | |
tree | 1c43041737966300e3b64021b45e6e5733a40278 /test | |
parent | eff37ebd12660f137358e0f3b5ad4aedc4df2197 (diff) | |
download | redmine-e92f202b500ae61e5acef0db23d7702a285b00c4.tar.gz redmine-e92f202b500ae61e5acef0db23d7702a285b00c4.zip |
remove fixtures from test/integration/lib/redmine/themes_test.rb
This test does not need fixtures.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7510 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/lib/redmine/themes_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/lib/redmine/themes_test.rb b/test/integration/lib/redmine/themes_test.rb index b034cbf59..69cf1ce79 100644 --- a/test/integration/lib/redmine/themes_test.rb +++ b/test/integration/lib/redmine/themes_test.rb @@ -18,7 +18,6 @@ require File.expand_path('../../../../test_helper', __FILE__) class ThemesTest < ActionController::IntegrationTest - fixtures :all def setup @theme = Redmine::Themes.themes.last |