Sha256: 148fc83194f6e3f6dc2f0aa7e9066903fd75973aaccfba53079b11a9ebacbd97

Contents?: true

Size: 197 Bytes

Versions: 14

Compression:

Stored size: 197 Bytes

Contents

require "autotest/rails_rspec"

Autotest.add_hook :initialize do |autotest|
  %w{.git .svn .hg .DS_Store ._* vendor tmp log doc}.each do |exception|
    autotest.add_exception(exception)
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
happy_seed-0.0.21 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.19 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.18 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.17 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.16 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.15 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.14 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.13 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.12 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.11 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.10 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.9 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.8 lib/generators/happy_seed/plugin/templates/.autotest
happy_seed-0.0.7 lib/generators/happy_seed/plugin/templates/.autotest