Commit 89931fef authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Integrated --no-color option

parent 9d40f196
......@@ -9,6 +9,7 @@ end
module SpecHelper
module Command
def command(*argv)
argv << '--no-color'
Pod::Command.parse(*argv)
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment