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:
parent
53dd8dc11a
commit
374a0cc7cb
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue