Hello, I have noticed that, since version 1.1.4, autotest/autospec does not run any of my specs. After getting a hint from http://b.logi.cx/2008/10/9/non-auto-spec, I dove a bit deeper into the code and found that spec is no longer being run by ruby.
I monkey-patched Autotest::Rspec in my .autotest file so that spec is again executed (using code taken from version 1.1.4). autospec is now working for me. Applicable code from my .autotest file: http://pastie.org/289183 github shows that the spec_command was removed on 7/12, with the comment: "removed spec_command from autotest/rspec (ruby works just fine)". See: http://github.com/dchelimsky/rspec/commit/1aca72d0c5b5dc92c1ac9a4b94ccb8f6961067d2 Does autospec work for anyone? Does this issue only affect those of us using Windows? -- Dennis Sutch [EMAIL PROTECTED]
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users