summaryrefslogtreecommitdiffstats
path: root/test/integration/admin_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/admin_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/admin_test.rb')
-rw-r--r--test/integration/admin_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/admin_test.rb b/test/integration/admin_test.rb
index 22a675a71..73f89139d 100644
--- a/test/integration/admin_test.rb
+++ b/test/integration/admin_test.rb
@@ -30,7 +30,7 @@ class AdminTest < Redmine::IntegrationTest
log_user("admin", "admin")
get "/users/new"
assert_response :success
- assert_template "users/new"
+
post "/users",
:user => { :login => "psmith", :firstname => "Paul",
:lastname => "Smith", :mail => "psmith@somenet.foo",