Sha256: 884a11803e3ad1a1022b81fd18c41930e19f48c29474b940eaf4b8bda44a90bd

Contents?: true

Size: 340 Bytes

Versions: 5

Compression:

Stored size: 340 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
  config.color = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
philosophies-suspenders-2.2.1 templates/spec_helper.rb
philosophies-suspenders-2.2.0 templates/spec_helper.rb
philosophies-suspenders-2.1.2 templates/spec_helper.rb
philosophies-suspenders-2.1.1 templates/spec_helper.rb
philosophies-suspenders-2.1.0 templates/spec_helper.rb