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 basically a tool like 'autotest' but runs on Cocoa and focuses on RSpec. Instead of constantly polling your files it uses FSEvents to listen to changes in your project directory. Growl support is build in.. So if you are interested have a look at: http://rubyphunk.com/2008/4/28/ann-rspactor-0-9-10-some-people-call-it-beta thanks. - Andreas
on 28.04.2008 21:53
on 29.04.2008 02:09
I'm using rspactor now over autotest. I'll give the beta a shot. -Corey
on 29.04.2008 02:49
Well, I got it running (seemingly), but I'm not 100% sure how to use it. -Corey
on 29.04.2008 05:04
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 29.04.2008 06:41
Very cool, I'll try it out tomorrow. -- Chad
on 29.04.2008 09:19
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 30.04.2008 14:50
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 like
having the ability to ignore certain files. Some I skip because they
don't work with my setup and to use RSpactor I have to comment out the
whole file and remember not to accidentally commit it :)
Glenn
on 30.04.2008 15:55
rubyphunk wrote: > is build in.. > http://rubyforge.org/mailman/listinfo/rspec-users > Andreas, This is great. I have been using it since Monday and I am loving it. Is there a mailing list setup just for RSpactor? -Ben
on 30.04.2008 22:13
Hi.
On 30 Apr., 14:49, Glenn Ford <gl...@aldenta.com> wrote:
> whole file and remember not to accidentally commit it :)
Yes. This is one of the features I want to implement before the 1.0
release.
- andreas
on 30.04.2008 22:22
On 30 Apr., 15:54, Ben Mabey <b...@benmabey.com> 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