aboutsummaryrefslogtreecommitdiff
path: root/test/spec_helper.rb
blob: adec803c0bbb4d4031bfa6dff4609f04a45828cf (plain)
1
2
3
4
5
RSpec.configure do |c|
  c.color = true
  c.formatter = :documentation
  c.tty = true
end