mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-08 16:41:31 +00:00
shorten long line of IssueRelationsControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20620 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a8a8b52614
commit
7babec4e04
@ -154,7 +154,9 @@ class IssueRelationsControllerTest < Redmine::ControllerTest
|
||||
end
|
||||
|
||||
def test_create_follows_relation_should_update_relations_list
|
||||
issue1 = Issue.generate!(:subject => 'Followed issue', :start_date => Date.yesterday, :due_date => Date.today)
|
||||
issue1 = Issue.generate!(:subject => 'Followed issue',
|
||||
:start_date => Date.yesterday,
|
||||
:due_date => Date.today)
|
||||
issue2 = Issue.generate!
|
||||
|
||||
assert_difference 'IssueRelation.count' do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user