burden/spec/spec_helper.rb

8 lines
137 B
Ruby
Raw Normal View History

2013-06-04 22:59:18 +04:00
require 'rake_control'
RSpec.configure do |config|
config.formatter = :progress
config.color_enabled = true
config.tty = true
end