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)}
> 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 :)

Yes. This is one of the features I want to implement before the 1.0
release.

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

Reply via email to