Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

jasminerice_reporter not found? #7

Open
svanschooten opened this issue Jul 22, 2013 · 0 comments
Open

jasminerice_reporter not found? #7

svanschooten opened this issue Jul 22, 2013 · 0 comments

Comments

@svanschooten
Copy link

In my rails application the command

rake jasminerice:run

does not run since it cannot find the jasminerice_reporter, which should be included in the gem....It also says that it cannot find my spec.js, but I'm testing coffeescript, so it's called spec.js.coffee (according to definition in the jasminerice documentation). This all is very confusing since I'm trying to integrate the coffeescript testing into my jenkins ci, and nothing has worked out for me so far.
This is my output:

$ rake jasminerice:run
Running jasmine specs
jasmineRiceReporter not defined! Check your configuration to make
sure that spec.js exists and that jasminerice_reporter is included.
rake aborted!
Reporter not found
/home/stijn/.rvm/gems/ruby-1.9.3-p448/gems/jasminerice-runner-0.0.4/lib/jasminerice-runner/runner.rb:73:in `wait_for_finished'
/home/stijn/.rvm/gems/ruby-1.9.3-p448/gems/jasminerice-runner-0.0.4/lib/jasminerice-runner/runner.rb:18:in `run'
/home/stijn/.rvm/gems/ruby-1.9.3-p448/gems/jasminerice-runner-0.0.4/lib/tasks/jasminerice-runner.rake:8:in `block (2 levels) in <top (required)>'
/home/stijn/.rvm/gems/ruby-1.9.3-p448/bin/ruby_noexec_wrapper:14:in `eval'
/home/stijn/.rvm/gems/ruby-1.9.3-p448/bin/ruby_noexec_wrapper:14:in `<main>'
Tasks: TOP => jasminerice:run
(See full trace by running task with --trace)

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

No branches or pull requests

1 participant