Sha256: d6645c41cacf15036948c6048693ca456cd613b55cd9f51a6586e1dc6b57b61d
Contents?: true
Size: 383 Bytes
Versions: 8
Compression:
Stored size: 383 Bytes
Contents
require 'coveralls' Coveralls.wear! require 'errawr' # Require supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| puts f; require f } RSpec.configure do |config| config.before(:each) do I18n.load_path += Dir.glob('spec/support/en.yml') I18n.reload! end end
Version data entries
8 entries across 8 versions & 1 rubygems