Sha256: faf0734f80b1c29b4e2f2cb02fd96b7adfea58daccd65445efcf67c522bca725

Contents?: true

Size: 389 Bytes

Versions: 4

Compression:

Stored size: 389 Bytes

Contents

# frozen_string_literal: true

require "poepod"
require "fileutils"

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
poepod-0.1.8 spec/spec_helper.rb
poepod-0.1.7 spec/spec_helper.rb
poepod-0.1.6 spec/spec_helper.rb
poepod-0.1.5 spec/spec_helper.rb