Sha256: de9b7f2cc9fd79b1b8b90e330681fe1ded5a4ca99f2c1c75a81a787b2d460ec8

Contents?: true

Size: 469 Bytes

Versions: 145

Compression:

Stored size: 469 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH.push File.expand_path('../lib', __dir__)
require 'tmpdir'

require 'i18n'
::I18n.load_path << ::File.join(__dir__, 'locales/pt-BR.yml')
::I18n.locale = 'pt-BR'

RSpec.configure do |config|
  config.example_status_persistence_file_path = ::File.join(::Dir.tmpdir, 'eac_ruby_utils_rspec')

  require 'eac_ruby_utils/rspec/default_setup'
  ::EacRubyUtils::Rspec.default_setup_create(::File.expand_path('..', __dir__), config)
end

Version data entries

145 entries across 145 versions & 3 rubygems

Version Path
eac_tools-0.76.1 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.76.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.75.2 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.75.1 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.75.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.74.1 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.74.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.73.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.72.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.70.1 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.70.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.69.1 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.69.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.68.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.67.1 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.67.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.66.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.65.1 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.65.0 sub/eac_ruby_utils/spec/spec_helper.rb
eac_tools-0.64.0 sub/eac_ruby_utils/spec/spec_helper.rb