Merged r10255 from trunk to 1.4-stable

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

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@10262 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2012-09-01 05:09:12 +00:00
parent bcef197b41
commit 1974123562

View File

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