Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load such file -- ci/reporter/rake/rspec #162

Open
fifiteen82726 opened this issue Oct 18, 2016 · 2 comments
Open

Cannot load such file -- ci/reporter/rake/rspec #162

fifiteen82726 opened this issue Oct 18, 2016 · 2 comments

Comments

@fifiteen82726
Copy link

fifiteen82726 commented Oct 18, 2016

ruby 2.1.10
Rails 3.2.22.5
I want to use ci_reporter to generate report xml, and then let jenkins publish error message.
I added this into gemfile

gem "ci_reporter"

Put following code into Rakefile

require 'ci/reporter/rake/rspec'
task :rspec => 'ci:setup:rspec'

Created a task file and put following code in lib/ci_report.rake

namespace :ci do
  task :all => ['ci:setup:rspec', 'rspec']
end

Then typed rake ci:all in terminal, but it threw this error

rake aborted!
LoadError: cannot load such file -- ci/reporter/rake/rspec

What did I miss?

@manveru
Copy link

manveru commented Mar 3, 2017

A bit of a late answer, but according to 213e412 it was extracted to a gem, after searching for it, i found https://rubygems.org/gems/ci_reporter_rspec

@pboling
Copy link

pboling commented Mar 23, 2023

This issue can probably be closed @nicksieger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants