Sha256: 59a7149cb5db4017ceae00fae9908cc1efc4b6dc9feee56551f1213e014e738d

Contents?: true

Size: 360 Bytes

Versions: 2

Compression:

Stored size: 360 Bytes

Contents

Autotest.add_hook :initialize do |at|
  
  # Ignore the ._* files TextMate likes to leave about.
  at.add_exception(/\/\._[^\/]*$/)
  
  %w{ .git .svn svn-commit .DS_Store
      .autotest Rakefile Capfile README doc
      spec/spec.opts spec/rcov.opts
    }.each { |exception| at.add_exception( exception ) }
  
  at.find_directories = [ 'lib', 'spec' ]
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-virtualenv-0.5.1 .autotest
ruby-virtualenv-0.5.0 .autotest