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:
authorShinya Maeda <shinya@gitlab.com>2017-06-26 08:59:25 +0300
committerShinya Maeda <shinya@gitlab.com>2017-06-28 15:58:31 +0300
commit043f1b8232a0d5a5f0b1427c3ed8038dcf029f53 (patch)
tree6217f6e5dd91b81dfefa3481a3772f9cf7a2ee15 /spec/support/matchers
parent359d72ba3ec931205a58b4a992cc9b6e93fd0ca2 (diff)
Remove author. Replace Result to Got.
Diffstat (limited to 'spec/support/matchers')
-rw-r--r--spec/support/matchers/access_matchers_for_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers/access_matchers_for_controller.rb b/spec/support/matchers/access_matchers_for_controller.rb
index 12f4b57e43d..844464233b8 100644
--- a/spec/support/matchers/access_matchers_for_controller.rb
+++ b/spec/support/matchers/access_matchers_for_controller.rb
@@ -41,7 +41,7 @@ module AccessMatchersForController
def description_for(role, type, expected, result)
"be #{type} for #{role}." \
- " Expected: #{expected.join(',')} Result: #{result}"
+ " Expected: #{expected.join(',')} Got: #{result}"
end
matcher :be_allowed_for do |role|