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

public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
make the default rake task 'specs' so running rake in merb-core just runs 
the specs
ezmobius (author)
Wed Jun 11 20:38:46 -0700 2008
commit  1bdc6eeb899fb1ecd98691207316e403eb17f370
tree    b44da00f366f292e952cf66c28e4ca5572fb39de
parent  480f4b21f751922bf642fd373c657753ce7f7ffb
...
26
27
28
29
30
 
 
31
32
33
...
26
27
28
 
 
29
30
31
32
33
0
@@ -26,8 +26,8 @@ require 'lib/merb-core/tasks/merb_rake_helper'
0
 ##############################################################################
0
 CLEAN.include ["**/.*.sw?", "pkg", "lib/*.bundle", "*.gem", "doc/rdoc", ".config", "coverage", "cache"]
0
 
0
-desc "Packages up Merb."
0
-task :default => :package
0
+desc "Run the specs."
0
+task :default => :specs
0
 
0
 task :merb => [:clean, :rdoc, :package]
0
 

Comments

    No one has commented yet.