search for: game_spec

Displaying 1 result from an estimated 1 matches for "game_spec".

2007 May 18
1
problems with textmate and rspec bundle
...le with the bundle for TextMate. I''ve made *some* progress, but thought I''d throw it to the list * I run ruby, including rb-rubygems using the MacPorts install (per JDD''s Sandboxing Rails) * installed rspec 0.9.4 (also rcov 0.8.0.2 and ZenTest 3.5.2) * tried the game.rb /game_spec.rb demo * running $ spec game_spec.rb --format=specdoc works great * installed the RSpec 0.9.4 tmbundle by downloading it and clicking -- nothing fancy #game.rb class Game def hit(pins) end def score 0 end end # game_spec.rb require ''game'' describe Game do before...