Sha256: 9522089811535222edf388933d78f08cc66b398c9de4a340c66b939dbb47bc4f

Contents?: true

Size: 523 Bytes

Versions: 20

Compression:

Stored size: 523 Bytes

Contents

# coding: utf-8
ENV['RAILS_ENV'] = ENV['RAKE_ENV'] = 'test'

if ENV['TRAVIS'] && !(defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx')
  require 'codeclimate-test-reporter'
  CodeClimate::TestReporter.start
end

$: << File.expand_path('../lib', __FILE__)

require 'i18n/tasks'
require 'rake'

require 'term/ansicolor'
Term::ANSIColor::coloring = false

Dir['spec/support/**/*.rb'].each { |f| require "./#{f}" }

RSpec.configure do |config|
  config.include FixturesSupport
  config.include CaptureStd
  config.include Trees
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
i18n-tasks-0.8.5 spec/spec_helper.rb
i18n-tasks-0.8.4 spec/spec_helper.rb
i18n-tasks-0.8.3 spec/spec_helper.rb
i18n-tasks-0.8.2 spec/spec_helper.rb
i18n-tasks-0.8.1 spec/spec_helper.rb
i18n-tasks-0.8.0 spec/spec_helper.rb
i18n-tasks-0.7.13 spec/spec_helper.rb
i18n-tasks-0.7.12 spec/spec_helper.rb
i18n-tasks-0.7.11 spec/spec_helper.rb
i18n-tasks-0.7.10 spec/spec_helper.rb
i18n-tasks-0.7.9 spec/spec_helper.rb
i18n-tasks-0.7.8 spec/spec_helper.rb
i18n-tasks-0.7.7 spec/spec_helper.rb
i18n-tasks-0.7.6 spec/spec_helper.rb
i18n-tasks-0.7.5 spec/spec_helper.rb
i18n-tasks-0.7.4 spec/spec_helper.rb
i18n-tasks-0.7.3 spec/spec_helper.rb
i18n-tasks-0.7.2 spec/spec_helper.rb
i18n-tasks-0.7.1 spec/spec_helper.rb
i18n-tasks-0.7.0 spec/spec_helper.rb