Sha256: 3e85528427cfeba051da5853e795fc0c0bed7b67977324e4af39bb4b9debc282
Contents?: true
Size: 609 Bytes
Versions: 4
Compression:
Stored size: 609 Bytes
Contents
# frozen_string_literal: true require File.join(__dir__, "..", 'dev', 'setup') require Pathname.new(__dir__).realpath.join('coverage_helper').to_s unless defined? Rails module Rails class << self def root Pathname.new(__dir__).join('..') end end end end 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 end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rordash-0.1.3 | spec/spec_helper.rb |
rordash-0.1.2 | spec/spec_helper.rb |
rordash-0.1.1 | spec/spec_helper.rb |
rordash-0.1.0 | spec/spec_helper.rb |