The news list now shows the full news contents.

News add/edit forms are now accessible with no additional request.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@750 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-09-22 17:52:43 +00:00
parent fe7c0d6484
commit 2b77964468
5 changed files with 37 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ class ProjectsControllerTest < Test::Unit::TestCase
get :list_news, :id => 1
assert_response :success
assert_template 'list_news'
assert_not_nil assigns(:news)
assert_not_nil assigns(:newss)
end
def test_list_files