Sha256: 75b3577200d20cf188577d66fd927de49ae3e13973b2c6a9669ad7a6b9bd3b48
Contents?: true
Size: 537 Bytes
Versions: 4
Compression:
Stored size: 537 Bytes
Contents
if ENV.fetch('COVERAGE', false) require 'simplecov' SimpleCov.start 'rails' end require 'webmock/rspec' 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 config.infer_spec_type_from_file_location! end WebMock.disable_net_connect!(allow_localhost: true)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kazan-0.2.0 | templates/spec_helper.rb |
kazan-0.1.2 | templates/spec_helper.rb |
kazan-0.1.1 | templates/spec_helper.rb |
kazan-0.1.0 | templates/spec_helper.rb |