sj26 / rspec_junit_formatter

RSpec results that your CI can read

Home Page:http://rubygems.org/gems/rspec_junit_formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Won't work with rspec 3 - gem issue

jantman opened this issue · comments

The current 0.2.0 gem won't install with rspec3 under bundler, as this project's Gemfile specifies
gem "rspec", "~> 2.14", "< 2.99"

Sorry, I don't think that's correct. The current requirements can be seen on the rubygems page: http://rubygems.org/gems/rspec_junit_formatter or on the gemspec in this repo: https://github.com/sj26/rspec_junit_formatter/blob/master/rspec_junit_formatter.gemspec

The gem is also tested against rspec 3 by Travis using bundler.