Sha256: ffa9d1f13b7c2e6a442d8be38729291fc13582e3312b2e57af1f588e145650cb
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 Bytes
Contents
# /tillless/server/tillless-core/spec/spec_helper.rb require 'tillless-core' RSpec.configure do |config| # Use color in STDOUT config.color_enabled = true # Use color not only in STDOUT but also in pagers and files config.tty = true # Use the specified formatter # config.formatter = :documentation # :documentation, :progress, :html, :textmate end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tillless-core-0.0.1 | spec/spec_helper.rb |