Sha256: f7dbbb4f34358bd608ea95442ee402c44ba48193cb9e96bf4375e6b71acb31e9
Contents?: true
Size: 368 Bytes
Versions: 1
Compression:
Stored size: 368 Bytes
Contents
require '~/autotest/xosd.rb' Autotest.add_hook(:initialize) do |autotest| puts "Adding initialize hook for file exceptions" autotest.add_exception(/\/(\.svn|db|pkg|public|log|script|vendor\/plugins|(store|shared)_(development|test|production))\/|\.(gif|html)/) autotest.add_exception(/_flymake.rb/) autotest.add_exception(/spec\/fixtures\/.*_copies.yml/) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pictrails-0.5.0 | .autotest |