Sha256: eb28b0aa867c843ee6ef1062c4b6577e449eb9a5f7b67f3bec97e9e994039fc1

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 Bytes

Contents

# http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.syntax = :expect
  end

  config.mock_with :rspec do |mocks|
    mocks.syntax = :expect
    mocks.verify_partial_doubles = true
  end

  config.order = :random
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
philosophies-suspenders-2.0.2 templates/spec_helper.rb
philosophies-suspenders-2.0.0 templates/spec_helper.rb