diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-11 20:14:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-11 20:14:26 +0000 |
commit | dbe7d6fbfb5b67ff2ce72d2dfd1d06db6f488f82 (patch) | |
tree | d503a39a1406b32cfdb479616224be32319212b8 /test/integration/application_test.rb | |
parent | 999e62711fefc4a4c85c37a09c86a56246ab9abc (diff) | |
download | redmine-dbe7d6fbfb5b67ff2ce72d2dfd1d06db6f488f82.tar.gz redmine-dbe7d6fbfb5b67ff2ce72d2dfd1d06db6f488f82.zip |
Removed unused fixtures.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11352 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/application_test.rb')
-rw-r--r-- | test/integration/application_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/application_test.rb b/test/integration/application_test.rb index 0fcfabac1..409dcfd22 100644 --- a/test/integration/application_test.rb +++ b/test/integration/application_test.rb @@ -26,8 +26,7 @@ class ApplicationTest < ActionController::IntegrationTest :roles, :member_roles, :members, - :enabled_modules, - :workflows + :enabled_modules def test_set_localization Setting.default_language = 'en' |