Sha256: 8be70f41e6593cf68c312aea033b45fe84121ec70983267cf39f7e5d8b370f0c

Contents?: true

Size: 285 Bytes

Versions: 10

Compression:

Stored size: 285 Bytes

Contents

require 'covered/rspec'

# Shared rspec helpers:
require "async/rspec"

RSpec.configure do |config|
	# Enable flags like --only-failures and --next-failure
	config.example_status_persistence_file_path = ".rspec_status"

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
async-container-0.16.0 spec/spec_helper.rb
async-container-0.15.0 spec/spec_helper.rb
async-container-0.14.1 spec/spec_helper.rb
async-container-0.14.0 spec/spec_helper.rb
async-container-0.13.0 spec/spec_helper.rb
async-container-0.12.0 spec/spec_helper.rb
async-container-0.11.0 spec/spec_helper.rb
async-container-0.10.2 spec/spec_helper.rb
async-container-0.10.1 spec/spec_helper.rb
async-container-0.10.0 spec/spec_helper.rb