Re: [rspec-users] rspec with autotest on a windows machine

2007-08-09 Thread Scott Taylor
Well, I can tell you that you *won't* need the --loadby, and -- reverse switches if using autotest. Does the command generated by autotest run ok on your DOS command line? Scott On Aug 8, 2007, at 7:12 PM, David Parker wrote: Scott, Yes, my spec.opts file contains the following:

Re: [rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?

2007-08-09 Thread aslak hellesoy
Hi Obie! Check out Rubinius and Gecode/R (and RSpec hehe) On 8/9/07, Obie Fernandez [EMAIL PROTECTED] wrote: Any idea if it's kosher to include snippets of GPL'd code in a commercial publication? MIT license is no problem, but the GPL makes me nervous about that. I, personally, wouldn't

Re: [rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?

2007-08-09 Thread Scott Taylor
On Aug 9, 2007, at 5:33 AM, aslak hellesoy wrote: Hi Obie! Check out Rubinius and Gecode/R (and RSpec hehe) I would second Rubinius, because it would considerably lessen the learning curve for some one new to RSpec. On 8/9/07, Obie Fernandez [EMAIL PROTECTED] wrote: Any idea if it's

Re: [rspec-users] Problems with RESTfully generated helpers

2007-08-09 Thread Lance Carlson
About these methods requiring arguments? I thought you were able to reproduce the problems I was having and was also able to reproduce a working application with no arguments. By default these methods should not require arguments to be passed as it is unnecessary noise in the code. Perhaps we can

Re: [rspec-users] Problems with RESTfully generated helpers

2007-08-09 Thread David Chelimsky
On 8/9/07, Lance Carlson [EMAIL PROTECTED] wrote: Is it possible that rspec is not pulling the instance variables into the method because this method is being defined before instance variables in parameters are assigned to that method? I'm trying to hone down where the problem is popping up

[rspec-users] Using rcov and ouput to screen

2007-08-09 Thread barsalou
I'd like to output my rcov data to the screen in ascii instead of html...is that possible using the rake spec:rcov command? Also, is there somewhere that will allow me to search the mail archives...I'm pretty sure someone else has asked similar questions. Thanks for the help. Mike B.

Re: [rspec-users] AutoTest plugin and rspec for rails

2007-08-09 Thread Scott Taylor
On Aug 9, 2007, at 7:47 PM, David Chelimsky wrote: On 8/9/07, sinclair bain [EMAIL PROTECTED] wrote: (WinXP) Hi, I have the autotest rails plugin running - detecting changes and running the examples. However the rspec color output (of which I am a fan) ... has stopped happening