mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 15:26:03 +01:00
Auto watch issues on issue creation (#38238).
Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22115 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -59,7 +59,7 @@ class UserPreferenceTest < ActiveSupport::TestCase
|
||||
|
||||
def test_auto_watch_on_should_default_to_setting
|
||||
preference = UserPreference.new
|
||||
assert_equal ['issue_contributed_to'], preference.auto_watch_on
|
||||
assert_equal %w[issue_created issue_contributed_to], preference.auto_watch_on
|
||||
end
|
||||
|
||||
def test_create
|
||||
|
||||
Reference in New Issue
Block a user