Sha256: 70fbd5561f0b8ddbdceb0867ea202aca22b3e08d8a53da5bec582b4ac191b1be

Contents?: true

Size: 572 Bytes

Versions: 11

Compression:

Stored size: 572 Bytes

Contents

require "autotest/growl"
require 'autotest/fsevent'
require 'autotest/timestamp'
require 'autotest/autoupdate'
require 'autotest/once'
require 'autotest/restart'
require 'redgreen'

Autotest::Growl::show_modified_files = true

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

Autotest.add_hook :run_command do |at|
  system "export RSPEC=true"
  system "export AUTOFEATURE=true"
end

require 'autotest/rcov'
# Autotest::RCov.command = 'rcov_info'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
optionsful-0.5.3 .autotest
optionsful-0.5.2 .autotest
optionsful-0.5.1 .autotest
optionsful-0.5.0 .autotest
optionsful-0.4.3 .autotest
optionsful-0.4.2 .autotest
optionsful-0.4.1 .autotest
optionsful-0.4.0 .autotest
optionsful-0.3.2 .autotest
optionsful-0.3.1 .autotest
optionsful-0.3.0 .autotest