Sha256: 5bc55b099acd11146953e23cf61f8b8bc3cd055be7190d823348fd0fb95802da

Contents?: true

Size: 396 Bytes

Versions: 5

Compression:

Stored size: 396 Bytes

Contents

# frozen_string_literal: true

require 'bundler/setup'
require 'ruby-pwsh'

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

5 entries across 5 versions & 1 rubygems

Version Path
ruby-pwsh-1.0.1 spec/spec_helper.rb
ruby-pwsh-1.0.0 spec/spec_helper.rb
ruby-pwsh-0.11.0 spec/spec_helper.rb
ruby-pwsh-0.11.0.rc.1 spec/spec_helper.rb
ruby-pwsh-0.10.3 spec/spec_helper.rb