Sha256: 19227a92613fc57f4806a195d1dfe6cfbc0ed39ed777ed1535b376cc464df1d9
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 Bytes
Contents
# frozen_string_literal: true $LOAD_PATH.push File.expand_path('../lib', __dir__) require 'tmpdir' RSpec.configure do |config| config.example_status_persistence_file_path = ::File.join(::Dir.tmpdir, 'aranha-parsers_rspec') require 'eac_ruby_gem_support/rspec' ::EacRubyGemSupport::Rspec.setup(::File.expand_path('..', __dir__), config) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ehbrs-tools-0.23.1 | vendor/aranha-parsers/spec/spec_helper.rb |
ehbrs-tools-0.23.0 | vendor/aranha-parsers/spec/spec_helper.rb |