Hi,
I've installed Ruby 1.9.1 alongside Ruby 1.8.6 on my Mac OS X Leopard using the prefix
and program-suffix
options so that I can run Ruby 1.9 stuff by issuing ruby19, irb19, gem19, etc. commands.
I've installed the corresponding gems and can run rake19 spec
to execute my rspec tests but when I run autospec I get:
loading autotest/rails_rspec Autotest style autotest/rails_rspec doesn't seem to exist. Aborting.
I'm assuming there's a conflict between the ZenTest/rspec gems for Ruby 1.9 and Ruby 1.8.6 but not sure how resolve the issue. Has anyone ran into this and can offer some advice?