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:
Diffstat (limited to 'spec/support/matchers/access_matchers_generic.rb')
-rw-r--r--spec/support/matchers/access_matchers_generic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers/access_matchers_generic.rb b/spec/support/matchers/access_matchers_generic.rb
index 13955750f4f..a38a83a2547 100644
--- a/spec/support/matchers/access_matchers_generic.rb
+++ b/spec/support/matchers/access_matchers_generic.rb
@@ -35,7 +35,7 @@ module AccessMatchersGeneric
run_matcher(action, role, @membership, @owned_objects) do |action|
action.call
- rescue => e
+ rescue StandardError => e
@error = e
raise unless e.is_a?(ERROR_CLASS)
end