Open
ruby\gems\1.8\gems\rspec-1.0.8\lib\autotest\rspec.rb and change this line
return "#{ruby} -S #{@spec_command} #{add_options_if_present} #{files_to_test.keys.flatten.join(' ')}"
with this one
return "#{ruby} -S spec #{add_options_if_present} #{files_to_test.keys.flatten.join(' ')}"
This fixed my problem but of course it's just a hack.
0 comments:
Post a Comment