Re: [rspec-users] Solution for autospec not working

2008-10-11 Thread David Chelimsky
On Sun, Oct 12, 2008 at 1:41 AM, Dennis Sutch <[EMAIL PROTECTED]> wrote: > Luis, > As you suggested, I created the mappings and autotest is now working as > expected. Thank you for your help. Yes, Luis. Thank you, as always! Cheers, David > -- > Dennis Sutch > [EMAIL PROTECTED] > > > On Fri, O

Re: [rspec-users] Solution for autospec not working

2008-10-11 Thread Dennis Sutch
Luis, As you suggested, I created the mappings and autotest is now working as expected. Thank you for your help. -- Dennis Sutch [EMAIL PROTECTED] On Fri, Oct 10, 2008 at 2:06 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > On Fri, Oct 10, 2008 at 8:12 AM, Dennis Sutch <[EMAIL PROTECTED]> wrote:

Re: [rspec-users] Solution for autospec not working

2008-10-10 Thread Luis Lavena
On Fri, Oct 10, 2008 at 8:12 AM, Dennis Sutch <[EMAIL PROTECTED]> wrote: > My setup is similar, except I'm developing a Ruby script as opposed to a > Rails applications, thus no script/about output: > C:\Users\Dennis>ruby -v > ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] > C:\Users\Dennis>

Re: [rspec-users] Solution for autospec not working

2008-10-10 Thread Dennis Sutch
My setup is similar, except I'm developing a Ruby script as opposed to a Rails applications, thus no script/about output: C:\Users\Dennis>ruby -v ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] C:\Users\Dennis>spec -v rspec 1.1.8 C:\Users\Dennis>gem list ZenTest *** LOCAL GEMS *** ZenTes

Re: [rspec-users] Solution for autospec not working

2008-10-09 Thread Luis Lavena
On Fri, Oct 10, 2008 at 1:17 AM, Dennis Sutch <[EMAIL PROTECTED]> wrote: > 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 s

[rspec-users] Solution for autospec not working

2008-10-09 Thread Dennis Sutch
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 .autot