Sha256: 425ec10830cac8d2b101e01a856d9a59b79018d390279463d673c000f6c93081

Contents?: true

Size: 636 Bytes

Versions: 65

Compression:

Stored size: 636 Bytes

Contents

###  uncomment any of the following requires applicable for your system
###  and then copy this to .autotest if you are using the ZenTest autotest.
# require "autotest/restart"
# require "test_notifier/runner/autotest"
# require "redgreen/autotest"
# require "autotest/timestamp"

# adds exceptions from .gitignore file, please modify exceptions there!
imported_exceptions =  IO.readlines('.gitignore').inject([]) do |acc, line|
  acc << line.strip if line.to_s[0] != '#' && line.strip != ''; acc
end

Autotest.add_hook :initialize do |autotest|
  imported_exceptions.each do |exception|
    autotest.add_exception(exception)
  end
end

Version data entries

65 entries across 64 versions & 2 rubygems

Version Path
refinerycms-1.0.11 autotest/autotest.rb
refinerycms-core-1.0.11 lib/generators/templates/autotest/autotest.rb
refinerycms-1.0.10 autotest/autotest.rb
refinerycms-core-1.0.10 lib/generators/templates/autotest/autotest.rb
refinerycms-1.0.9 autotest/autotest.rb
refinerycms-core-1.0.9 lib/generators/templates/autotest/autotest.rb
refinerycms-1.0.8 autotest/autotest.rb
refinerycms-core-1.0.8 lib/generators/templates/autotest/autotest.rb
refinerycms-1.0.7 autotest/autotest.rb
refinerycms-core-1.0.7 lib/generators/templates/autotest/autotest.rb
refinerycms-1.0.5 autotest/autotest.rb
refinerycms-core-1.0.5 lib/generators/templates/autotest/autotest.rb
refinerycms-1.0.4 autotest/autotest.rb
refinerycms-core-1.0.4 lib/generators/templates/autotest/autotest.rb
refinerycms-1.0.3 autotest/autotest.rb
refinerycms-core-1.0.3 lib/generators/templates/autotest/autotest.rb
refinerycms-1.0.1 autotest/autotest.rb
refinerycms-core-1.0.1 lib/generators/templates/autotest/autotest.rb
refinerycms-1.0.0 autotest/autotest.rb
refinerycms-core-1.0.0 lib/generators/templates/autotest/autotest.rb