1
0
Fork 0
burden/spec/spec_helper.rb

8 lines
137 B
Ruby
Raw Normal View History

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