Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-04-23 00:46:47 +0300
committerDouwe Maan <douwe@gitlab.com>2016-04-23 00:46:47 +0300
commitb992e2520cc93b3161f6e7c46dde66f10fe13a12 (patch)
tree0d9dca8befe00168e85052f9b1376d7e4ec7dbd9 /spec/controllers
parentd3462e711c0b3cc17ef47e1ffffa6f40f98b5e98 (diff)
Fix typo
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/admin/impersonations_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/admin/impersonations_controller_spec.rb b/spec/controllers/admin/impersonations_controller_spec.rb
index 8b48c6b6ea3..eb82476b179 100644
--- a/spec/controllers/admin/impersonations_controller_spec.rb
+++ b/spec/controllers/admin/impersonations_controller_spec.rb
@@ -37,7 +37,7 @@ describe Admin::ImpersonationsController do
session[:impersonator_id] = impersonator.id
end
- context "when the impersonator is not impersonator (anymore)" do
+ context "when the impersonator is not admin (anymore)" do
before do
impersonator.admin = false
impersonator.save