git.wincent.com
/
wikitext.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'pull/9'
[wikitext.git]
/
.autotest
1
Autotest.add_hook :initialize do |a|
2
all_specs = %r%^spec/.+_spec\.rb$%
3
a.add_mapping(%r%^ext/\.built$%) {
4
a.files_matching all_specs
5
}
6
a.add_mapping(%r%^\.autotest$%) {
7
a.files_matching all_specs
8
}
9
end