Added 'Estimated hours' attribute on issues.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@731 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-09-15 14:54:15 +00:00
parent 4967f10356
commit 89b349818b
9 changed files with 38 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ class ProjectsControllerTest < Test::Unit::TestCase
get :list
assert_response :success
assert_template 'list'
assert_not_nil assigns(:projects)
assert_not_nil assigns(:project_tree)
end
def test_show