public
Fork of francois/piston
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/btakita/piston.git
Removed the updated test task, as it was being run for ALL tasks: 
install_gem, test:recent and so on.
francois (author)
Fri May 09 08:39:07 -0700 2008
commit  e34929ceb852cbd3d6609d13cea7bf4b885defaa
tree    164315b37ff2da871e0817bd1e2bfb48cbd3fdb9
parent  b78d52bb13bc707c6af3eecd7a02a67d8f8ffd19
...
28
29
30
31
32
33
34
35
36
37
38
...
28
29
30
 
 
 
 
 
 
 
 
0
@@ -28,11 +28,3 @@ namespace :test do
0
     end
0
   end
0
 end
0
-
0
-Rake::TestTask.new("test") do |t|
0
- Rake::Task["test:units"].invoke
0
- Rake::Task["test:integration"].invoke
0
-
0
- # Don't run the default test task
0
- exit 0
0
-end

Comments

    No one has commented yet.