Re: [rspec-users] Autotest'ing specs on non-rails app

2007-11-30 Thread Nathan Sutton
Yeah, should work, but wanted to note it as I've had endless issues with it on leopard. My boss' growlnotify doesn't work, mine works perfectly since I installed Office 2004, and the forums say it doesn't work at all... Nathan Sutton [EMAIL PROTECTED] rspec edge revision 3014 rspec_on_rails

Re: [rspec-users] Autotest'ing specs on non-rails app

2007-11-30 Thread Rick DeNatale
Yes, but I'm still on tiger On Nov 30, 2007 1:10 PM, Nathan Sutton <[EMAIL PROTECTED]> wrote: > Thought I'd share that growlnotify has issues on leopard, it's touch > and go as to if it will work or not. > > Nathan Sutton > [EMAIL PROTECTED] > rspec edge revision 3014 > rspec_on_rails edge revisio

Re: [rspec-users] Autotest'ing specs on non-rails app

2007-11-30 Thread Nathan Sutton
Thought I'd share that growlnotify has issues on leopard, it's touch and go as to if it will work or not. Nathan Sutton [EMAIL PROTECTED] rspec edge revision 3014 rspec_on_rails edge revision 3014 rails edge revision 8238 On Nov 30, 2007, at 11:43 AM, Rick DeNatale wrote: > On Nov 30, 2007

Re: [rspec-users] Autotest'ing specs on non-rails app

2007-11-30 Thread Rick DeNatale
On Nov 30, 2007 10:21 AM, Rick DeNatale <[EMAIL PROTECTED]> wrote: > I'm having trouble using autotest with rspec on a non-rails project. Bad diagnosis, It's not that it's not detecting, it's that I'm not getting growl notifications, although I do get them for autotesting specs in rails projects.

[rspec-users] Autotest'ing specs on non-rails app

2007-11-30 Thread Rick DeNatale
I'm having trouble using autotest with rspec on a non-rails project. my Rspec gem is version 1.0.8, ZenTest is 3.6.2 project structure $ ls * lib: parser.rb spec: parser_spec.rb autotest finds and runs the spec, but it won't detect changes to lib/parser.rb I know it's something stupid, but..