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 Apr 29, 2008, at 3:17 AM, rubyphunk wrote:

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 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, 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.

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-i ...

thanks.
- Andreas
_______________________________________________
rspec-users mailing list
[EMAIL PROTECTED]
http://rubyforge.org/mailman/listinfo/rspec-users

--
http://www.coreyhaines.com
The Internet's Premiere source of information about Corey Haines

--
http://www.coreyhaines.com
The Internet's Premiere source of information about Corey Haines

_______________________________________________
rspec-users mailing list
[EMAIL PROTECTED]
http://rubyforge.org/mailman/listinfo/rspec-users

--
Zach Dennishttp://www.continuousthinking.com

_______________________________________________
rspec-users mailing list
[EMAIL PROTECTED]://rubyforge.org/mailman/listinfo/rspec-users
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to