diff options
Diffstat (limited to 'test/system/sudo_mode_test.rb')
-rw-r--r-- | test/system/sudo_mode_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/sudo_mode_test.rb b/test/system/sudo_mode_test.rb index 168c7cdc8..644e7d702 100644 --- a/test/system/sudo_mode_test.rb +++ b/test/system/sudo_mode_test.rb @@ -35,7 +35,7 @@ class SudoModeTest < ApplicationSystemTestCase def test_add_user log_user('admin', 'admin') expire_sudo_mode! - + visit '/users/new' assert_difference 'User.count' do |