test/unit/behaviors/physical_spec.rb:87:
85 old_value = @game_object.angular_velocity
86 do_update
87 @game_object.angular_velocity.should < old_value
88 end
89 it "does not slow if angular damping is zero" do
90# gem install syntax to get syntax highlighting
test/unit/behaviors/physical_spec.rb:171:
169 @game_object.friction = 1.0
170 do_update
171 @game_object.velocity.x.should < 1.0
172 old_x = @game_object.velocity.x
173 do_update
174# gem install syntax to get syntax highlighting