Loading spec/spec_helper.rb +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ require "gitlab-labkit" require "rspec-parameterized" # Warning#[]= is supported since Ruby 2.7 Warning[:deprecated] = true if Warning.respond_to?(:[]=) RSpec.configure do |config| config.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true Loading Loading
spec/spec_helper.rb +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ require "gitlab-labkit" require "rspec-parameterized" # Warning#[]= is supported since Ruby 2.7 Warning[:deprecated] = true if Warning.respond_to?(:[]=) RSpec.configure do |config| config.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true Loading