Skip to content

Instantly share code, notes, and snippets.

@pellegrino
Created August 7, 2010 01:48
Show Gist options
  • Save pellegrino/512318 to your computer and use it in GitHub Desktop.
Save pellegrino/512318 to your computer and use it in GitHub Desktop.
~/code/github/testing/sauronrspecexample ree-1.8.7 $ ./script/sauron
rake aborted!
/Users/vitor/.rvm/gems/ree-1.8.7-2010.02/gems/bellmyer-hydra-0.20.11/lib/hydra/runner.rb:27: syntax error, unexpected tIVAR
...ker_id == 0 ? '' :: @worker_id).to_s
^
/Users/vitor/.rvm/gems/ree-1.8.7-2010.02/gems/bellmyer-hydra-0.20.11/lib/hydra/runner.rb:28: syntax error, unexpected tIVAR
...ker_id == 0 ? '' :: @worker_id + 1).to_s
^
/Users/vitor/code/github/testing/sauronrspecexample/Rakefile:10
(See full trace by running task with --trace)
You don't have hydra properly setup. All tests will be run in single-threaded mode.
setting up 4 workers and their databases (you can change in config/sauron.yml).rake aborted!
/Users/vitor/.rvm/gems/ree-1.8.7-2010.02/gems/bellmyer-hydra-0.20.11/lib/hydra/runner.rb:27: syntax error, unexpected tIVAR
...ker_id == 0 ? '' :: @worker_id).to_s
^
/Users/vitor/.rvm/gems/ree-1.8.7-2010.02/gems/bellmyer-hydra-0.20.11/lib/hydra/runner.rb:28: syntax error, unexpected tIVAR
...ker_id == 0 ? '' :: @worker_id + 1).to_s
^
/Users/vitor/code/github/testing/sauronrspecexample/Rakefile:10
(See full trace by running task with --trace)
.rake aborted!
/Users/vitor/.rvm/gems/ree-1.8.7-2010.02/gems/bellmyer-hydra-0.20.11/lib/hydra/runner.rb:27: syntax error, unexpected tIVAR
...ker_id == 0 ? '' :: @worker_id).to_s
^
/Users/vitor/.rvm/gems/ree-1.8.7-2010.02/gems/bellmyer-hydra-0.20.11/lib/hydra/runner.rb:28: syntax error, unexpected tIVAR
...ker_id == 0 ? '' :: @worker_id + 1).to_s
^
/Users/vitor/code/github/testing/sauronrspecexample/Rakefile:10
(See full trace by running task with --trace)
.rake aborted!
/Users/vitor/.rvm/gems/ree-1.8.7-2010.02/gems/bellmyer-hydra-0.20.11/lib/hydra/runner.rb:27: syntax error, unexpected tIVAR
...ker_id == 0 ? '' :: @worker_id).to_s
^
/Users/vitor/.rvm/gems/ree-1.8.7-2010.02/gems/bellmyer-hydra-0.20.11/lib/hydra/runner.rb:28: syntax error, unexpected tIVAR
...ker_id == 0 ? '' :: @worker_id + 1).to_s
^
/Users/vitor/code/github/testing/sauronrspecexample/Rakefile:10
(See full trace by running task with --trace)
.rake aborted!
/Users/vitor/.rvm/gems/ree-1.8.7-2010.02/gems/bellmyer-hydra-0.20.11/lib/hydra/runner.rb:27: syntax error, unexpected tIVAR
...ker_id == 0 ? '' :: @worker_id).to_s
^
/Users/vitor/.rvm/gems/ree-1.8.7-2010.02/gems/bellmyer-hydra-0.20.11/lib/hydra/runner.rb:28: syntax error, unexpected tIVAR
...ker_id == 0 ? '' :: @worker_id + 1).to_s
^
/Users/vitor/code/github/testing/sauronrspecexample/Rakefile:10
(See full trace by running task with --trace)
running all tests
running 0 tests:
ruby: No such file or directory -- script/spec (LoadError)
0.00 real 0.00 user 0.00 sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment