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

Version Path
errawr-1.2.0 spec/spec_helper.rb
errawr-1.1.6 spec/spec_helper.rb
errawr-1.1.5 spec/spec_helper.rb
errawr-1.1.4 spec/spec_helper.rb
errawr-1.1.3 spec/spec_helper.rb
errawr-1.1.2 spec/spec_helper.rb
errawr-1.1.1 spec/spec_helper.rb
errawr-1.1.0 spec/spec_helper.rb