Sha256: 7a7e3ad0734c62e98c38fae82963d061f041a0c5dfcb299a485687241bdab71e

Contents?: true

Size: 301 Bytes

Versions: 5

Compression:

Stored size: 301 Bytes

Contents

require 'covered/rspec'
require 'build/environment'

RSpec.configure do |config|
	config.disable_monkey_patching!
	
	# 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

5 entries across 5 versions & 1 rubygems

Version Path
build-environment-1.6.0 spec/spec_helper.rb
build-environment-1.5.0 spec/spec_helper.rb
build-environment-1.4.0 spec/spec_helper.rb
build-environment-1.3.0 spec/spec_helper.rb
build-environment-1.2.0 spec/spec_helper.rb