File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/unit/lib/redmine/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ def setup_subjects
257
257
issue . update ( :assigned_to_id => issue . assignable_users . first . id )
258
258
@project . issues << issue
259
259
# :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 } )
261
261
assert_select "div.issue_assigned_to#assigned_to_issue_#{ issue . id } "
262
262
end
263
263
@@ -490,7 +490,7 @@ def setup_subjects
490
490
issue . update ( :assigned_to_id => issue . assignable_users . first . id )
491
491
@project . issues << issue
492
492
# :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 }
494
494
@output_buffer = @gantt . column_content_for_issue ( issue , options )
495
495
496
496
assert_select "div.issue_assigned_to#assigned_to_issue_#{ issue . id } "
You can’t perform that action at this time.
0 commit comments