first commit
This commit is contained in:
commit
9260774403
8 changed files with 120 additions and 0 deletions
23
.autotest
Normal file
23
.autotest
Normal file
|
@ -0,0 +1,23 @@
|
|||
# -*- ruby -*-
|
||||
|
||||
require 'autotest/restart'
|
||||
|
||||
# Autotest.add_hook :initialize do |at|
|
||||
# at.extra_files << "../some/external/dependency.rb"
|
||||
#
|
||||
# at.libs << ":../some/external"
|
||||
#
|
||||
# at.add_exception 'vendor'
|
||||
#
|
||||
# at.add_mapping(/dependency.rb/) do |f, _|
|
||||
# at.files_matching(/test_.*rb$/)
|
||||
# end
|
||||
#
|
||||
# %w(TestA TestB).each do |klass|
|
||||
# at.extra_class_map[klass] = "test/test_misc.rb"
|
||||
# end
|
||||
# end
|
||||
|
||||
# Autotest.add_hook :run_command do |at|
|
||||
# system "rake build"
|
||||
# end
|
Loading…
Add table
Add a link
Reference in a new issue