Removed unused variable.

git-svn-id: http://svn.redmine.org/redmine/trunk@12417 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-12-15 11:03:48 +00:00
parent 77665b5252
commit d5feb01b7e
1 changed files with 0 additions and 1 deletions

View File

@ -194,7 +194,6 @@ class IssueRelationTest < ActiveSupport::TestCase
def test_delete_should_make_journal_entry
relation = IssueRelation.find(1)
id = relation.id
from = relation.issue_from
to = relation.issue_to
from_journals = from.journals.size