Skip to content

Commit 70137ae

Browse files
committed
remove spaces inside {} of GanttHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20449 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 2abe24b commit 70137ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/lib/redmine/helpers/gantt_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def setup_subjects
257257
issue.update(:assigned_to_id => issue.assignable_users.first.id)
258258
@project.issues << issue
259259
# :column => assigned_to
260-
@output_buffer = @gantt.selected_column_content({ :column => @gantt.query.columns.last })
260+
@output_buffer = @gantt.selected_column_content({:column => @gantt.query.columns.last})
261261
assert_select "div.issue_assigned_to#assigned_to_issue_#{issue.id}"
262262
end
263263

@@ -490,7 +490,7 @@ def setup_subjects
490490
issue.update(:assigned_to_id => issue.assignable_users.first.id)
491491
@project.issues << issue
492492
# :column => assigned_to
493-
options = { :column => @gantt.query.columns.last, :top => 64, :format => :html }
493+
options = {:column => @gantt.query.columns.last, :top => 64, :format => :html}
494494
@output_buffer = @gantt.column_content_for_issue(issue, options)
495495

496496
assert_select "div.issue_assigned_to#assigned_to_issue_#{issue.id}"

0 commit comments

Comments
 (0)