Add a Rake task class that just adds the CI::Reporter formatter #14
Open
Description
I have the following rake task (see gist w/ output) that incorporates ci-reporter-rspec. Whenever I run this with bundle exec rake spec
I do not see my html documentation. Even if I change the t.rspec_opts line to just --format documentation
(which should print progress to STDOUT) I do not see that output. When I remove the ci-reporter require and rake task dependency, I see the formatted output just fine. Is there something else that I need to do to make ci-reporter-rpsec not clobber my rspec output?
There is a similar issue reported here on SO. I am using Ruby 2.1.5, ci-reporter 2.0, ci-reporter-rspec 1.0, rspec 3.1.0 and rake 10.4.2.