Sha256: 687607afd764d5da1f18eafe9d19c09a2cf785f2ed41ff54fa3775cea09fa721

Contents?: true

Size: 290 Bytes

Versions: 13

Compression:

Stored size: 290 Bytes

Contents

# frozen_string_literal: true

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

13 entries across 13 versions & 1 rubygems

Version Path
utopia-2.15.1 spec/spec_helper.rb
utopia-2.15.0 spec/spec_helper.rb
utopia-2.14.0 spec/spec_helper.rb
utopia-2.13.4 spec/spec_helper.rb
utopia-2.13.3 spec/spec_helper.rb
utopia-2.13.2 spec/spec_helper.rb
utopia-2.13.1 spec/spec_helper.rb
utopia-2.13.0 spec/spec_helper.rb
utopia-2.12.4 spec/spec_helper.rb
utopia-2.12.3 spec/spec_helper.rb
utopia-2.12.2 spec/spec_helper.rb
utopia-2.12.1 spec/spec_helper.rb
utopia-2.12.0 spec/spec_helper.rb