Sha256: df18fd33ab7514b849e852cc7d7927d9928f93357c2e1b7cb7f959d4c860744a

Contents?: true

Size: 394 Bytes

Versions: 10

Compression:

Stored size: 394 Bytes

Contents

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

10 entries across 10 versions & 2 rubygems

Version Path
mini_kraken-0.1.04 spec/spec_helper.rb
mini_kraken-0.1.03 spec/spec_helper.rb
mini_kraken-0.1.02 spec/spec_helper.rb
mini_kraken-0.1.01 spec/spec_helper.rb
zenlish-0.2.05 spec/spec_helper.rb
zenlish-0.2.04 spec/spec_helper.rb
zenlish-0.2.03 spec/spec_helper.rb
zenlish-0.2.02 spec/spec_helper.rb
zenlish-0.2.01 spec/spec_helper.rb
zenlish-0.2.00 spec/spec_helper.rb