[rspec-users] ANN: RSpactor 0.9.10 (aka. beta)
rubyphunk
rubyphunk at googlemail.com
Wed Apr 30 16:06:40 EDT 2008
Hi.
On 30 Apr., 14:49, Glenn Ford <gl... at aldenta.com> 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
More information about the rspec-users
mailing list