Sha256: d7f21c0344ff072ab07b13ee8590ae343d9aa48fbc31a2a055d734d704bda872

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

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

3 entries across 3 versions & 1 rubygems

Version Path
async-container-0.16.3 spec/spec_helper.rb
async-container-0.16.2 spec/spec_helper.rb
async-container-0.16.1 spec/spec_helper.rb