Sha256: 71f899df3cbc6c752d1f5281ff91b66308f09b4c9f3bc2cd88fd562c00e59cd3
Contents?: true
Size: 333 Bytes
Versions: 91
Compression:
Stored size: 333 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, 'eac_ruby_utils_rspec') end require 'i18n' ::I18n.load_path << ::File.join(__dir__, 'locales/pt-BR.yml') ::I18n.locale = 'pt-BR'
Version data entries
91 entries across 91 versions & 2 rubygems