Skip to content

Instantly share code, notes, and snippets.

@jaymcgavren
Created August 18, 2009 02:01
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/169495 to your computer and use it in GitHub Desktop.
Save jaymcgavren/169495 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
.......*......................Creating Rawr configuration file build_configuration.rb
build_configuration.rb
Creating Java class /Users/jay/Projects/gemini.fresh/spec_tmp/src/org/rubyforge/rawr/Main.java
Creating Rakefile ...
.......Creating Rawr configuration file build_configuration.rb
build_configuration.rb
Creating Java class /Users/jay/Projects/gemini.fresh/spec_tmp/src/org/rubyforge/rawr/Main.java
Creating Rakefile ...
.*...Aug 17, 2009 7:00:42 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Manifest-Version
Aug 17, 2009 7:00:42 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Main-Class
(in /Users/jay/Projects/gemini.fresh)
files for src: 94
Copying non-source file behaviors.txt to /Users/jay/Projects/gemini.fresh/package/classes/behaviors.txt
Copying non-source file skeleton.txt to /Users/jay/Projects/gemini.fresh/package/classes/skeleton.txt
=== Creating jar file: /Users/jay/Projects/gemini.fresh/package/jar/gemini.jar
.*..**....FF...........**..******.....***
Pending:
Gemini::Behavior doesn't remove dependent behaviors when it is removed (false)
test/unit/behavior_spec.rb:117
Gemini::ProjectGenerator project generation supplies Rawr with options to have an immediately usable build_configuration.rb (Not Yet Implemented)
test/unit/project_generator_spec.rb:78
Gemini::ProjectGenerator project generation builds a gemini.jar into the lib/java dir (Rawr must first support this feature)
test/unit/project_generator_spec.rb:105
TagManager can find all GameObjects that have all of one or more specified tags (Not Yet Implemented)
test/unit/tag_manager_spec.rb:14
TagManager can find all GameObjects that have any of one or more specified tags (Not Yet Implemented)
test/unit/tag_manager_spec.rb:26
Movable notifies listeners when moving (Not Yet Implemented)
test/unit/behaviors/movable_spec.rb:10
Movable#move accepts a speed (Not Yet Implemented)
test/unit/behaviors/movable_spec.rb:13
Movable#move cancels a #move_to call made before it (Not Yet Implemented)
test/unit/behaviors/movable_spec.rb:49
Movable#move fires position_changed even if movement overshot the destination (Not Yet Implemented)
test/unit/behaviors/movable_spec.rb:50
Movable#move moves in a radial fashion (no double-vectoring) (Not Yet Implemented)
test/unit/behaviors/movable_spec.rb:51
Movable#move_to accepts a speed (Not Yet Implemented)
test/unit/behaviors/movable_spec.rb:55
Movable#move_to cancels a #move call made before it (Not Yet Implemented)
test/unit/behaviors/movable_spec.rb:56
Movable#move_to stops moving after it arrives (Not Yet Implemented)
test/unit/behaviors/movable_spec.rb:57
InputManager can take a player count (Determine how to handle players)
test/unit/managers/input_manager_spec.rb:12
InputManager can take an array of player ids (Determine how to handle players)
test/unit/managers/input_manager_spec.rb:17
InputManager can take a range of player ids (Determine how to handle players)
test/unit/managers/input_manager_spec.rb:22
1)
NoMethodError in 'GridBound#snap_to_grid sets the Spatial position to the nearest grid'
undefined method `min_by' for #<Array:0x965ff3>
./src/behavior.rb:172:in `snap_to_grid'
test/unit/behaviors/grid_bound_spec.rb:42:
2)
NoMethodError in 'GridBound#snap_to_grid snaps to the nearest grid location'
undefined method `min_by' for #<Array:0xd1305d>
./src/behavior.rb:172:in `snap_to_grid'
test/unit/behaviors/grid_bound_spec.rb:48:
Finished in 8.901 seconds
83 examples, 2 failures, 16 pending
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