Sha256: 9b7000ba2f30426031203c87a8f4d4f41b1ce96089dd47cd17f20c885431179f

Contents?: true

Size: 377 Bytes

Versions: 7

Compression:

Stored size: 377 Bytes

Contents

# frozen_string_literal: true

require "geolexica/site"

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

7 entries across 7 versions & 1 rubygems

Version Path
geolexica-site-1.7.10 spec/spec_helper.rb
geolexica-site-1.7.9 spec/spec_helper.rb
geolexica-site-1.7.8 spec/spec_helper.rb
geolexica-site-1.7.7 spec/spec_helper.rb
geolexica-site-1.7.6 spec/spec_helper.rb
geolexica-site-1.7.5 spec/spec_helper.rb
geolexica-site-1.7.4 spec/spec_helper.rb