Sha256: 6ccc2d0a2d7c006d57d30b0a8004547f850e6281ced05a4a6f3ea8ba78a93557
Contents?: true
Size: 336 Bytes
Versions: 24
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true require 'bundler/setup' require 'covered/rspec' require 'variant' Variant.force!(:testing) RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = '.rspec_status' config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
24 entries across 24 versions & 1 rubygems