You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my rails application the command
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:
The text was updated successfully, but these errors were encountered: