lib/generators/templates/application/merb/autotest/merb_rspec.rb in merb-gen-0.9.4 vs lib/generators/templates/application/merb/autotest/merb_rspec.rb in merb-gen-0.9.5
- old
+ new
@@ -12,11 +12,10 @@
class Autotest::MerbRspec < Autotest
def initialize
super
# Ignore any happenings in these directories
- add_exception %r%^\./(?:doc|log|public|tmp)%
-
+ add_exception %r%^\./(?:doc|log|public|tmp|\.git|\.hg|\.svn|framework|gems|schema|\.DS_Store|autotest|bin|.*\.sqlite3)%
# Ignore SCM directories and custom Autotest mappings
%w[.svn .hg .git .autotest].each { |exception| add_exception(exception) }
# Ignore any mappings that Autotest may have already set up
clear_mappings