mirror of
https://github.com/redmine/redmine.git
synced 2026-07-08 15:33:35 +02:00
Fixed usage of #attribute_present? in UserPreference (#13008).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12126 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -55,6 +55,11 @@ class UserPreferenceTest < ActiveSupport::TestCase
|
||||
assert_kind_of Hash, up.others
|
||||
end
|
||||
|
||||
def test_others_should_be_blank_after_initialization
|
||||
pref = User.new.pref
|
||||
assert_equal({}, pref.others)
|
||||
end
|
||||
|
||||
def test_reading_value_from_nil_others_hash
|
||||
up = UserPreference.new(:user => User.new)
|
||||
up.others = nil
|
||||
|
||||
Reference in New Issue
Block a user