Sha256: 8b4cbe84ada177f50f81a26a2e913a3b1fde19871b156200a4c7e1d55dbccea4
Contents?: true
Size: 499 Bytes
Versions: 4
Compression:
Stored size: 499 Bytes
Contents
require 'rspec/core' Dir[ File.join(File.expand_path('../support/acceptance/**/*.rb', __FILE__)) ].sort.each do |file| require file end RSpec.configure do |config| config.order = :random config.expect_with :rspec do |c| c.syntax = :expect end if config.respond_to?(:infer_spec_type_from_file_location!) config.infer_spec_type_from_file_location! end AcceptanceTests::Helpers.configure_example_group(config) config.include AcceptanceTests::Matchers end $VERBOSE = true
Version data entries
4 entries across 4 versions & 2 rubygems