summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/controllers/users_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/users_controller_test.rb b/test/controllers/users_controller_test.rb
index aeff9bc7..d06b9298 100644
--- a/test/controllers/users_controller_test.rb
+++ b/test/controllers/users_controller_test.rb
@@ -50,7 +50,7 @@ class UsersControllerTest < ActionController::TestCase
50 end 50 end
51 51
52 assert_redirected_to user_path(User.last) 52 assert_redirected_to user_path(User.last)
53 assert !User.last.admin 53 assert_not User.last.is_admin?
54 end 54 end
55 55
56 test "creating a Redaktion account" do 56 test "creating a Redaktion account" do