there is no dir spec/merb in my merb project.
unless i'm using this wrong i believe it to be broken.
% rake spec TASK=foo
(in /Users/franco/Desktop/pkg_track/server)
Connecting to database...
/Library/Ruby/Gems/1.8/gems/rspec-1.1.2/lib/spec/runner/options.rb:216:in `files_to_load': File or directory not found: spec/merb/foo_spec.rb (RuntimeError)
from /Library/Ruby/Gems/1.8/gems/rspec-1.1.2/lib/spec/runner/options.rb:210:in `each'
from /Library/Ruby/Gems/1.8/gems/rspec-1.1.2/lib/spec/runner/options.rb:210:in `files_to_load'
from /Library/Ruby/Gems/1.8/gems/rspec-1.1.2/lib/spec/runner/options.rb:83:in `run_examples'
from /Library/Ruby/Gems/1.8/gems/rspec-1.1.2/lib/spec/runner/command_line.rb:19:in `run'
from /Library/Ruby/Gems/1.8/gems/rspec-1.1.2/bin/spec:4
rake aborted!
Command ruby -I"lib:server/lib" "/Library/Ruby/Gems/1.8/gems/rspec-1.1.2/bin/spec" "spec/merb/foo_spec.rb" --format specdoc --colour failed
(See full trace by running task with --trace)