Sha256: f0dd43579fe6d3c13cf681b121f62c752104bf0b7ea6f2c40dcfd26383892759
Contents?: true
Size: 231 Bytes
Versions: 11
Compression:
Stored size: 231 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') end
Version data entries
11 entries across 11 versions & 1 rubygems