public
Rubygem
Description: Bang! You've deployed!
Homepage: http://opensource.thinkrelevance.com/
Clone URL: git://github.com/relevance/cap_gun.git
Search Repo:
update autotest config
rsanheim (author)
Wed Apr 16 23:01:13 -0700 2008
commit  8841cb2b6963b169855e8ccdf8afa26afebbf26a
tree    29388f485aa1295c094c6db0d4177fe7af036665
parent  079e583d8a1b7a99ef5063405acf7d7ea185cfb3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
...
1
 
 
 
2
3
4
 
 
 
 
 
 
5
6
7
0
@@ -1,16 +1,7 @@
0
 require 'autotest/menu'
0
-require 'log_buddy'
0
-LogBuddy.init
0
-include LogBuddy::Mixin
0
 
0
 Autotest.add_hook :initialize do |at|
0
   at.clear_mappings
0
- # at.add_mapping(/^lib\/(.*)\.rb$/) { |filename, m|
0
- # d "this one works!"
0
- # file = File.basename(filename).gsub("_", "_?").gsub(".rb", "")
0
- # foo = at.files_matching %r%^test/.*#{file}_test.rb$%
0
- # foo
0
- # }
0
   
0
   at.add_mapping(%r%lib/(.*)\.rb$%) { |filename, match|
0
     at.files_matching %r%^spec/#{match[1]}.*\.rb$%

Comments

    No one has commented yet.