GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
Task verify starts with cluster:start instead of cluster:restart
lawrencepit (author)
Thu Mar 27 01:03:24 -0700 2008
commit  2d12d856bab0230d9edeb2951fcf4b3ec3c4e1f5
tree    1026c9feee9befc141d93d3e52ffc515c1cb83be
parent  2a898f33a38e5f15df1963c369153498737bf230
...
10
11
12
13
 
14
15
...
10
11
12
 
13
14
15
0
@@ -10,5 +10,5 @@ task :specrb do
0
   `specrb -r../helpers #{specs.join(' ')} --rdox > doc/SPEC`
0
 end
0
 
0
-task :verify => [:'cluster:restart', :specrb, :'cluster:stop'] do
0
+task :verify => [:'cluster:start', :specrb, :'cluster:stop'] do
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.