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