# frozen_string_literal: true require 'mem' RSpec.configure do |config| config.disable_monkey_patching! config.expect_with :rspec do |c| c.syntax = :expect end config.filter_run_when_matching :focus end