Software Development
Pages
(Move to ...)
Home
About
Contact
▼
Wednesday, March 26, 2014
Configuring Guard to Display output in Red Green Colors
Change the Guard file guard method to:
guard :rspec, cmd: 'rspec --color --format doc' do
... contents unchanged
end
From the root of the project run: guard
You will now see the colors in the terminal whenever the test is run.
‹
›
Home
View web version