Skip to content

Instantly share code, notes, and snippets.

@jaymcgavren
Created August 18, 2009 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaymcgavren/169482 to your computer and use it in GitHub Desktop.
Save jaymcgavren/169482 to your computer and use it in GitHub Desktop.
jay@dandelion:~/Projects/gemini.fresh
$ ./run-specs.sh
(in /Users/jay/Projects/gemini.fresh)
** Invoke spec (first_time)
** Execute spec
./src/behavior.rb:62:in `class_eval': ./src/behavior.rb:68: ,
unexpected tRPAREN (SyntaxError)
from ./src/behavior.rb:62:in `method_added'
from ./src/behaviors/spatial.rb:4
from ./src/behaviors/spatial.rb:77:in `require'
from ./src/behavior.rb:77:in `depends_on'
from ./src/behaviors/grid_bound.rb:7
from ./src/behaviors/grid_bound.rb:2:in `require'
from test/unit/behaviors/grid_bound_spec.rb:2
from test/unit/behaviors/grid_bound_spec.rb:15:in `load'
from /opt/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:15:in
`load_files'
from /opt/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:14:in
`each'
from /opt/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:14:in
`load_files'
from /opt/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:99:in
`run_examples'
from /opt/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in
`run'
from /opt/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4
rake aborted!
Command /opt/jruby/bin/jruby
-I"/opt/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib:src:test"
"/opt/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec"
"test/unit/behavior_spec.rb" "test/unit/message_queue_spec.rb"
"test/unit/project_generator_spec.rb" "test/unit/tag_manager_spec.rb"
"test/unit/behaviors/grid_bound_spec.rb"
"test/unit/behaviors/movable_spec.rb"
"test/unit/behaviors/spatial_2d_spec.rb"
"test/unit/behaviors/taggable_spec.rb"
"test/unit/managers/input_manager_spec.rb" --color failed
/opt/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/rake/spectask.rb:174:in
`define'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1112:in `verbose'
/opt/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/rake/spectask.rb:150:in
`define'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in
`invoke_with_call_chain'
/opt/jruby/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_chain'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
/opt/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:19:in `load'
/opt/jruby/bin/rake:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment