summaryrefslogtreecommitdiffstats
path: root/test/integration/projects_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-21 17:50:00 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-21 17:50:00 +0000
commite1da6de36f0d31f96d31ff7140718d263cfe0cca (patch)
treeec836a41436564459b39a7273aa1ddb45d5dbc55 /test/integration/projects_test.rb
parent1d9caa46b1f1d4a8b65f59895a7234f76348ef7a (diff)
downloadredmine-e1da6de36f0d31f96d31ff7140718d263cfe0cca.tar.gz
redmine-e1da6de36f0d31f96d31ff7140718d263cfe0cca.zip
Removes calls to #assert_template and #assigns in integration tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@15727 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/projects_test.rb')
-rw-r--r--test/integration/projects_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/projects_test.rb b/test/integration/projects_test.rb
index 4dafc4209..2cff5cf9b 100644
--- a/test/integration/projects_test.rb
+++ b/test/integration/projects_test.rb
@@ -25,7 +25,7 @@ class ProjectsTest < Redmine::IntegrationTest
log_user("admin", "admin")
get "/admin/projects"
assert_response :success
- assert_template "admin/projects"
+
post "/projects/1/archive"
assert_redirected_to "/admin/projects"
assert !Project.find(1).active?