Sha256: a7af643edabfd003dd0cf9aed4e9fe8cb1b1095da7924a3306c643b8962072d0

Contents?: true

Size: 260 Bytes

Versions: 8

Compression:

Stored size: 260 Bytes

Contents

require 'covered/rspec'
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

8 entries across 8 versions & 1 rubygems

Version Path
utopia-2.11.1 spec/spec_helper.rb
utopia-2.11.0 spec/spec_helper.rb
utopia-2.10.0 spec/spec_helper.rb
utopia-2.9.5 spec/spec_helper.rb
utopia-2.9.3 spec/spec_helper.rb
utopia-2.9.2 spec/spec_helper.rb
utopia-2.9.1 spec/spec_helper.rb
utopia-2.9.0 spec/spec_helper.rb