Sha256: dc9558ab73e786542be255510a107cd882a8eb1f62e1748a75ab3a143aafa848

Contents?: true

Size: 425 Bytes

Versions: 4

Compression:

Stored size: 425 Bytes

Contents

# frozen_string_literal: true

require 'bundler/setup'
require 'rspec' # Use the RSpec framework

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = '.rspec_status'

  config.expect_with :rspec do |c|
    # Disable the `should` syntax
    c.syntax = :expect
  end

  # Display stack trace in case of failure
  config.full_backtrace = true
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
zenlish-0.2.06 spec/spec_helper.rb
mini_kraken-0.1.07 spec/spec_helper.rb
mini_kraken-0.1.06 spec/spec_helper.rb
mini_kraken-0.1.05 spec/spec_helper.rb