No need to delete fixtures.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9089 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-03-04 13:48:44 +00:00
parent 80663e694d
commit 8071b71c5d
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ class Redmine::Helpers::GanttHelperTest < ActionView::TestCase
def setup
setup_with_controller
# Fixtures
ProjectCustomField.delete_all
Project.destroy_all
User.current = User.find(1)
end