Sha256: f64c4abebf613453ff398ea56db66e387d1bba8dbeed0022e0407545ed06f773
Contents?: true
Size: 484 Bytes
Versions: 9
Compression:
Stored size: 484 Bytes
Contents
# frozen_string_literal: true require 'bundler/setup' require 'helpers/config_helper' require 'coveralls' Coveralls.wear! 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
9 entries across 9 versions & 1 rubygems