Sha256: 4ff3cbe7c67a9c2951bda532a0604ef6e1a632bde7469db252a7e915131623f1

Contents?: true

Size: 319 Bytes

Versions: 7

Compression:

Stored size: 319 Bytes

Contents

# frozen_string_literal: true

require 'covered/rspec'
require "async/rspec"

require_relative 'addrinfo'

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

7 entries across 7 versions & 1 rubygems

Version Path
async-io-1.29.0 spec/spec_helper.rb
async-io-1.28.0 spec/spec_helper.rb
async-io-1.27.7 spec/spec_helper.rb
async-io-1.27.6 spec/spec_helper.rb
async-io-1.27.5 spec/spec_helper.rb
async-io-1.27.4 spec/spec_helper.rb
async-io-1.27.3 spec/spec_helper.rb