enable colors for rails 3 rspec

Change-Id: I92afbb4182ee3133e0d634ad816a23b4729f5f2c
Reviewed-on: https://gerrit.instructure.com/37228
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Product-Review: Nick Cloward <ncloward@instructure.com>
This commit is contained in:
Nick Cloward 2014-07-02 15:06:36 -06:00
parent ef0fbc9f87
commit 4ec9c8f90a
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ unless CANVAS_RAILS2
end
RSpec.configure do |c|
c.color_enabled = true
c.around(:each) do |example|
attempts = 0
begin