mirror of
https://github.com/redmine/redmine.git
synced 2025-11-12 00:06:01 +01:00
spelling fixes (#25495)
git-svn-id: http://svn.redmine.org/redmine/trunk@16445 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -59,7 +59,7 @@ class Redmine::Helpers::GanttHelperTest < Redmine::HelperTest
|
||||
assert_equal 2, @gantt.number_of_rows
|
||||
end
|
||||
|
||||
test "#number_of_rows with no project should return the total number of rows for all the projects, resursively" do
|
||||
test "#number_of_rows with no project should return the total number of rows for all the projects, recursively" do
|
||||
p1, p2 = Project.generate!, Project.generate!
|
||||
create_gantt(nil)
|
||||
# fix the return value of #number_of_rows_on_project() to an arbitrary value
|
||||
|
||||
Reference in New Issue
Block a user