Sha256: 8380979f54cd35dea025579d144d9849230d3372c7760e9b4ac44db72f4c53b1

Contents?: true

Size: 322 Bytes

Versions: 4

Compression:

Stored size: 322 Bytes

Contents

# frozen_string_literal: true

require "covered/rspec"

if RUBY_PLATFORM =~ /darwin/
	Q = 20
else
	Q = 1
end

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

4 entries across 4 versions & 1 rubygems

Version Path
async-1.26.1 spec/spec_helper.rb
async-1.26.0 spec/spec_helper.rb
async-1.25.2 spec/spec_helper.rb
async-1.25.1 spec/spec_helper.rb