summaryrefslogtreecommitdiff
path: root/spec/support/helpers/admin_mode_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/admin_mode_helpers.rb')
-rw-r--r--spec/support/helpers/admin_mode_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/admin_mode_helpers.rb b/spec/support/helpers/admin_mode_helpers.rb
index de8ffe40536..e995a7d4f5e 100644
--- a/spec/support/helpers/admin_mode_helpers.rb
+++ b/spec/support/helpers/admin_mode_helpers.rb
@@ -3,7 +3,7 @@
# Helper for enabling admin mode in tests
module AdminModeHelper
- # Users are logged in by default in user mode and have to switch to admin
+ # Administrators are logged in by default in user mode and have to switch to admin
# mode for accessing any administrative functionality. This helper lets a user
# be in admin mode without requiring a second authentication step (provided
# the user is an admin)