diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-25 10:43:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-25 10:43:40 +0000 |
commit | bdccb5d3d5218f66876b93193abdae4a20710a4b (patch) | |
tree | b1995b2f1969ac249a5b57b919763f4bc3b2aec7 /test/functional/previews_controller_test.rb | |
parent | 22f5219575186d970733c217719783c1e5f748ea (diff) | |
download | redmine-bdccb5d3d5218f66876b93193abdae4a20710a4b.tar.gz redmine-bdccb5d3d5218f66876b93193abdae4a20710a4b.zip |
remove duplicate fixtures from test/functional/previews_controller_test.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7526 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/previews_controller_test.rb')
-rw-r--r-- | test/functional/previews_controller_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/previews_controller_test.rb b/test/functional/previews_controller_test.rb index 7031a8e8e..5656ea82b 100644 --- a/test/functional/previews_controller_test.rb +++ b/test/functional/previews_controller_test.rb @@ -26,8 +26,7 @@ class PreviewsControllerTest < ActionController::TestCase :members, :enabled_modules, :workflows, - :journals, :journal_details, - :issues, :issue_statuses, :issue_categories + :journals, :journal_details def test_preview_new_issue @request.session[:user_id] = 2 |