[rspec-users] RSpec Texmate Bundle errors
Arthur Pétry
arthur.petry at bolloretelecom.eu
Tue Oct 30 10:20:12 EDT 2007
I've the same problem as Alastair when running rspec command :
http://lists.macromates.com/pipermail/textmate/2007-October/022585.html
../spec/mate/runner.rb:34:in `run': undefined method `parse' for
Spec::Runner::OptionParser:Class
I fixed this for me by changing the offending line to :
::Spec::Runner::CommandLine.run(argv, STDERR, stdout)
(see http://lists.macromates.com/pipermail/textmate/2007-October/022985.html
)
But I'm not sure at all for this fix.
Did someone else have the same problem ?
Thanks,
Arthur
More information about the rspec-users
mailing list