Re: [rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-30 Thread rubyphunk
On 30 Apr., 15:54, Ben Mabey <[EMAIL PROTECTED]> wrote: > This is great.  I have been using it since Monday and I am loving it.   > Is there a mailing list setup just for RSpactor? Since shortly :) http://groups.google.com/group/rspactor - andreas ___ r

Re: [rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-30 Thread rubyphunk
Hi. On 30 Apr., 14:49, Glenn Ford <[EMAIL PROTECTED]> wrote: > Works for me!  However I have a feature request.  Currently I exclude   > certain files like so: > Autotest.add_hook :initialize do |at| >    %w{this_kind that_kind .git vendor .blah}.each {|exception|   > at.add_exception(exception)}

Re: [rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-30 Thread Ben Mabey
rubyphunk wrote: Hey all. I've just release a first preview/beta of the upcoming RSpactor.app; a spec runner for Mac OS X Leopard. This is just some kind of test version and I'm looking for people who love to sit on the edge :) I need some help to find bugs and polish the interface/interaction.

Re: [rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-30 Thread Glenn Ford
Works for me! However I have a feature request. Currently I exclude certain files like so: Autotest.add_hook :initialize do |at| %w{this_kind that_kind .git vendor .blah}.each {|exception| at.add_exception(exception)} end Will there be a way to do something like this with RSpactor? I li

Re: [rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-29 Thread rubyphunk
If you have setup the binary as described in INSTALL.txt you can even run rspactor from command line. 'cd' in your project directory and run 'rspactor'.. - andreas On 29 Apr., 05:03, "Zach Dennis" <[EMAIL PROTECTED]> wrote: > Just put a directory path to a project in the text field, and click Ru

Re: [rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-28 Thread Chad Humphries
Very cool, I'll try it out tomorrow. -- Chad On Mon, Apr 28, 2008 at 8:08 PM, Corey Haines <[EMAIL PROTECTED]> wrote: > I'm using rspactor now over autotest. I'll give the beta a shot. > > -Corey > > > > On Mon, Apr 28, 2008 at 3:51 PM, rubyphunk <[EMAIL PROTECTED]> wrote: > > > Hey all. > > > >

Re: [rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-28 Thread Zach Dennis
Just put a directory path to a project in the text field, and click Run. It will do the rest as far as I can tell, Zach On Mon, Apr 28, 2008 at 8:46 PM, Corey Haines <[EMAIL PROTECTED]> wrote: > Well, I got it running (seemingly), but I'm not 100% sure how to use it. > -Corey > > > On Mon, Apr 28

Re: [rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-28 Thread Corey Haines
Well, I got it running (seemingly), but I'm not 100% sure how to use it. -Corey On Mon, Apr 28, 2008 at 8:08 PM, Corey Haines <[EMAIL PROTECTED]> wrote: > I'm using rspactor now over autotest. I'll give the beta a shot. > -Corey > > > On Mon, Apr 28, 2008 at 3:51 PM, rubyphunk <[EMAIL PROTECTED]>

Re: [rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-28 Thread Corey Haines
I'm using rspactor now over autotest. I'll give the beta a shot. -Corey On Mon, Apr 28, 2008 at 3:51 PM, rubyphunk <[EMAIL PROTECTED]> wrote: > Hey all. > > I've just release a first preview/beta of the upcoming RSpactor.app; a > spec runner for Mac OS X Leopard. This is just some kind of test >

[rspec-users] ANN: RSpactor 0.9.10 (aka. beta)

2008-04-28 Thread rubyphunk
Hey all. I've just release a first preview/beta of the upcoming RSpactor.app; a spec runner for Mac OS X Leopard. This is just some kind of test version and I'm looking for people who love to sit on the edge :) I need some help to find bugs and polish the interface/interaction. RSpactor is basica