1
0
Fork 0
burden/spec/spec_helper.rb

8 lines
131 B
Ruby
Raw Normal View History

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