code format cleanup ChangesetTest
git-svn-id: http://svn.redmine.org/redmine/trunk@12543 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
facf04593f
commit
09884154c9
|
@ -111,7 +111,8 @@ class ChangesetTest < ActiveSupport::TestCase
|
||||||
|
|
||||||
def test_ref_keywords_closing_with_timelog
|
def test_ref_keywords_closing_with_timelog
|
||||||
Setting.commit_ref_keywords = '*'
|
Setting.commit_ref_keywords = '*'
|
||||||
Setting.commit_update_keywords = [{'keywords' => 'fixes , closes', 'status_id' => IssueStatus.where(:is_closed => true).first.id.to_s}]
|
Setting.commit_update_keywords = [{'keywords' => 'fixes , closes',
|
||||||
|
'status_id' => IssueStatus.where(:is_closed => true).first.id.to_s}]
|
||||||
Setting.commit_logtime_enabled = '1'
|
Setting.commit_logtime_enabled = '1'
|
||||||
|
|
||||||
c = Changeset.new(:repository => Project.find(1).repository,
|
c = Changeset.new(:repository => Project.find(1).repository,
|
||||||
|
|
Loading…
Reference in New Issue