Sha256: bd904efb895817e2469b1628d1dfa45a1cddfcb3c46314cbb42fb6fa6b2fd6a7

Contents?: true

Size: 554 Bytes

Versions: 16

Compression:

Stored size: 554 Bytes

Contents

if ENV.fetch("COVERAGE", false)
  require "simplecov"
  SimpleCov.start "rails"
end

require "webmock/rspec"

# 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.example_status_persistence_file_path = "tmp/rspec_examples.txt"
  config.order = :random
end

WebMock.disable_net_connect!(allow_localhost: true)

Version data entries

16 entries across 16 versions & 5 rubygems

Version Path
slining-1.7.0 templates/spec_helper.rb
slining-1.6.0 templates/spec_helper.rb
slining-1.5.0 templates/spec_helper.rb
suspenders-1.36.0 templates/spec_helper.rb
slining-1.4.0 templates/spec_helper.rb
suspenders-1.35.0 templates/spec_helper.rb
slining-1.3.0 templates/spec_helper.rb
slining-1.2.0 templates/spec_helper.rb
initiate-0.1.0 templates/spec_helper.rb
suspenders-1.34.0 templates/spec_helper.rb
suspenders-1.33.0 templates/spec_helper.rb
suspenders-1.32.0 templates/spec_helper.rb
underwear-0.0.1 templates/spec_helper.rb
suspenders-1.31.0 templates/spec_helper.rb
suspenders-1.30.0 templates/spec_helper.rb
bowties-2.0.0 templates/spec_helper.rb