# /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