I've got a couple of rake tasks that seem to have broken with rspec 1.1.11.
http://pastie.org/330719
The trace I'm getting is
/Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:229:in
`files_to_load': File or directory not found: tc:load (RuntimeError)
from
/Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:221:in
`each'
from
/Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:221:in
`files_to_load'
from
/Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb:98:in
`run_examples'
from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec.rb:21:in `run'
from /Library/Ruby/Gems/1.8/gems/rspec-1.1.11/lib/spec/runner.rb:191:in
`register_at_exit_hook'
from /usr/bin/rake:19
Now I'm not even sure why spec/runner is running these tasks.
Any ideas?
All best
Andrew
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users