Sha256: f14df17b05ff22255e7c63fa44c4bee1203123ed072a5f8d083420bc53bfba1f

Contents?: true

Size: 388 Bytes

Versions: 5

Compression:

Stored size: 388 Bytes

Contents

require 'simplecov'
require 'coveralls'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
  SimpleCov::Formatter::HTMLFormatter,
  Coveralls::SimpleCov::Formatter
]
SimpleCov.start do
  add_filter '/spec/'
end

require 'rubygems'
require 'bundler/setup'

require 'a9n'

RSpec.configure do |config|
  config.order = "random"
  config.color_enabled = true
  config.tty = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
a9n-0.2.3 spec/spec_helper.rb
a9n-0.2.2 spec/spec_helper.rb
a9n-0.2.0 spec/spec_helper.rb
a9n-0.1.3 spec/spec_helper.rb
a9n-0.1.2 spec/spec_helper.rb