ci-reporter / ci_reporter

CI::Reporter is an add-on to popular test frameworks that allows you to generate XML reports
MIT License
343 stars 110 forks source link

Fixing LoadError for rspec/version #82

Closed DFrenkel closed 11 years ago

DFrenkel commented 11 years ago
DFrenkel commented 11 years ago

Realized that rspec-code is just as likely as rspec to be missing. It depends on how ci_reporter is used and it can be used with multiple test frameworks. So it is reasonable to REQUIRE that rspec was installed and then rspec/version will be perfectly happy to load. We should update the README, though...

rschmitty commented 11 years ago

What is the process on getting this submitted to rubygems? I was on 1.8.3 and getting this error, however switching the gem to use git resolved it (Gemfile.lock still reports 1.8.3, only it's now in the GIT section)