1# frozen_string_literal: true 2 3require 'rspec-benchmark' 4 5RSpec.configure do |config| 6 config.include RSpec::Benchmark::Matchers 7end