Sha256: 4912287d376930aa627328360be118d2f41110fb0c12b95a31baa6a0f69a37f7

Contents?: true

Size: 352 Bytes

Versions: 4

Compression:

Stored size: 352 Bytes

Contents

PROJECT_ROOT = File.expand_path('../..', __FILE__)
$LOAD_PATH << File.join(PROJECT_ROOT, 'lib')

require 'pry'
require 'pry-byebug'

require 'rspec'

RSpec.configure do |config|
  config.order = :random

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end

  config.default_formatter = 'doc'

  config.mock_with :rspec
end

$VERBOSE = true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shoulda-matchers-3.1.3 spec/spec_helper.rb
shoulda-matchers-3.1.2 spec/spec_helper.rb
shoulda-matchers-3.1.1 spec/spec_helper.rb
shoulda-matchers-3.1.0 spec/spec_helper.rb