]> source.dussan.org Git - redmine.git/commitdiff
add missing fixture to test/unit/lib/redmine/safe_attributes_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 1 Sep 2012 02:55:13 +0000 (02:55 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 1 Sep 2012 02:55:13 +0000 (02:55 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10255 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/safe_attributes_test.rb

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