Sha256: cd3e7a38157128bf984f313493d606864dee6a04e485204259398798ef118d54

Contents?: true

Size: 360 Bytes

Versions: 14

Compression:

Stored size: 360 Bytes

Contents

require 'pry'
require 'opal-browser'

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../test_app/config/environment', __FILE__)

require 'rspec/rails'
require 'hyper-spec'
require 'hyper-i18n'

RSpec.configure do |config|
  config.color = true
  config.formatter = :documentation
  config.before(:all) do
    `rm -rf spec/test_app/tmp/cache/`
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hyper-i18n-1.0.alpha1.5 spec/spec_helper.rb
hyper-i18n-1.0.alpha1.4 spec/spec_helper.rb
hyper-i18n-0.99.6 spec/spec_helper.rb
hyper-i18n-1.0.alpha1.3 spec/spec_helper.rb
hyper-i18n-0.99.5 spec/spec_helper.rb
hyper-i18n-0.99.4 spec/spec_helper.rb
hyper-i18n-1.0.alpha1.2 spec/spec_helper.rb
hyper-i18n-1.0.alpha1.1 spec/spec_helper.rb
hyper-i18n-1.0.0.pre.alpha1 spec/spec_helper.rb
hyper-i18n-1.0.alpha1 spec/spec_helper.rb
hyper-i18n-1.0.pre.alpha1 spec/spec_helper.rb
hyper-i18n-0.99.3 spec/spec_helper.rb
hyper-i18n-0.99.2 spec/spec_helper.rb
hyper-i18n-0.99.1 spec/spec_helper.rb