Sha256: abd1fa7f4783ddb53a96f209e5ae3334858f3bfda863d8e6b3732467974bfce8

Contents?: true

Size: 535 Bytes

Versions: 18

Compression:

Stored size: 535 Bytes

Contents

ENV['RAILS_ENV'] = ENV['RAKE_ENV'] = 'test'

unless defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
  require 'coveralls'
  Coveralls.wear! 'rails'
end

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

require 'i18n/tasks'
require 'rake'

Rake.load_rakefile 'tasks/i18n-tasks.rake'
Rake.load_rakefile 'support/test_codebase_env.rake'

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

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

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
i18n-tasks-0.2.22 spec/spec_helper.rb
i18n-tasks-0.2.21 spec/spec_helper.rb
i18n-tasks-0.2.20 spec/spec_helper.rb
i18n-tasks-0.2.19 spec/spec_helper.rb
i18n-tasks-0.2.18 spec/spec_helper.rb
i18n-tasks-0.2.17 spec/spec_helper.rb
i18n-tasks-0.2.15 spec/spec_helper.rb
i18n-tasks-0.2.14 spec/spec_helper.rb
i18n-tasks-0.2.13 spec/spec_helper.rb
i18n-tasks-0.2.12 spec/spec_helper.rb
i18n-tasks-0.2.11 spec/spec_helper.rb
i18n-tasks-0.2.10 spec/spec_helper.rb
i18n-tasks-0.2.9 spec/spec_helper.rb
i18n-tasks-0.2.8 spec/spec_helper.rb
i18n-tasks-0.2.7 spec/spec_helper.rb
i18n-tasks-0.2.6 spec/spec_helper.rb
i18n-tasks-0.2.5 spec/spec_helper.rb
i18n-tasks-0.2.4 spec/spec_helper.rb