Commit 043f1b82 authored by Shinya Maeda's avatar Shinya Maeda

Remove author. Replace Result to Got.

parent 359d72ba
--- ---
title: Use authorize_update_pipeline_schedule in PipelineSchedulesController title: Use authorize_update_pipeline_schedule in PipelineSchedulesController
merge_request: 11846 merge_request: 11846
author: dosuken123 author:
...@@ -41,7 +41,7 @@ module AccessMatchersForController ...@@ -41,7 +41,7 @@ module AccessMatchersForController
def description_for(role, type, expected, result) def description_for(role, type, expected, result)
"be #{type} for #{role}." \ "be #{type} for #{role}." \
" Expected: #{expected.join(',')} Result: #{result}" " Expected: #{expected.join(',')} Got: #{result}"
end end
matcher :be_allowed_for do |role| matcher :be_allowed_for do |role|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment