From afad48deefe56f54a1f3dc5089e44ee21cd661f5 Mon Sep 17 00:00:00 2001 From: Luke Barratt Date: Sat, 2 May 2015 23:46:16 +0100 Subject: [PATCH] Addec colour and documentaton style formatting to RSpec output to improve readability --- spec/spec_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e31306e..f2956e2 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -31,6 +31,8 @@ RSpec.configure do |config| config.fixture_path = "#{::Rails.root}/spec/fixtures" config.order = 'random' config.use_transactional_fixtures = false + config.color = true + config.formatter = :documentation config.before(:each) do events_list_json = JSON.parse(File.read(Rails.root.join('spec/fixtures/google_calendar.json')))