Sha256: da0df1c7009f535281f96a9fe283af5acc9bfa84050d1c6883738f4b03116a65
Contents?: true
Size: 518 Bytes
Versions: 6
Compression:
Stored size: 518 Bytes
Contents
require_relative 'support/tests/current_bundle' Tests::CurrentBundle.instance.assert_appraisal! #--- require 'rspec/core' require 'spec_helper' Dir[ File.join(File.expand_path('../support/acceptance/**/*.rb', __FILE__)) ].sort.each do |file| require file end RSpec.configure do |config| 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
Version data entries
6 entries across 6 versions & 1 rubygems