Sha256: 0bead502ce7fdc0da2a6755da20a35b992bebb0a8e817fb1903f76a9d3928fbe
Contents?: true
Size: 469 Bytes
Versions: 2
Compression:
Stored size: 469 Bytes
Contents
ENV['CODECLIMATE_REPO_TOKEN'] = "331d5a46a9d322bb39ba65ac61954d3f5453f7eb20ffd4d3825165cf7a2c19c1" require "codeclimate-test-reporter" CodeClimate::TestReporter.start require "active_record" require "lumos" RSpec.configure do |config| # Use color in STDOUT config.color = true # Use color not only in STDOUT but also in pagers and files config.tty = true # Use the specified formatter config.formatter = :documentation # :progress, :html, :textmate end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lumos-0.0.2 | spec/spec_helper.rb |
lumos-0.0.1 | spec/spec_helper.rb |