Sha256: 0f60b30480521d610a50f2d6d702611e49d2dcbfc9f38817e4cc32ae7ccd96f9
Contents?: true
Size: 448 Bytes
Versions: 13
Compression:
Stored size: 448 Bytes
Contents
# frozen_string_literal: true require 'bundler/setup' require 'helpers/config_helper' RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = '.rspec_status' # Disable RSpec exposing methods globally on `Module` and `main` config.disable_monkey_patching! config.expect_with :rspec do |c| c.syntax = :expect end config.include(Fusuma::ConfigHelper) end
Version data entries
13 entries across 13 versions & 3 rubygems