remove unneeded 'redmine/field_format' requirement from FieldFormatTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12462 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-12-26 04:11:16 +00:00
parent 461c93a2dc
commit e9a48cf86a
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.expand_path('../../../../../test_helper', __FILE__) require File.expand_path('../../../../../test_helper', __FILE__)
require 'redmine/field_format'
class Redmine::FieldFormatTest < ActionView::TestCase class Redmine::FieldFormatTest < ActionView::TestCase
include ApplicationHelper include ApplicationHelper