summaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
blob: a0930085b9243afe5a23fe59d08631da0c04f65a (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'simplecov'
require 'roo'
require 'helpers'

RSpec.configure do |c|
  c.include Helpers
  c.color = true
  c.formatter = :documentation if ENV["USE_REPORTERS"]
end