add missing fixture to test/unit/lib/redmine/safe_attributes_test.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10255 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-09-01 02:55:13 +00:00
parent 53dd8dc11a
commit 374a0cc7cb
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
require File.expand_path('../../../../test_helper', __FILE__) require File.expand_path('../../../../test_helper', __FILE__)
class Redmine::SafeAttributesTest < ActiveSupport::TestCase class Redmine::SafeAttributesTest < ActiveSupport::TestCase
fixtures :users
class Base class Base
def attributes=(attrs) def attributes=(attrs)