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
Search Repo:
fixed description of daemonize spec in Merb::Config

Signed-off-by: Michael S. Klishin <michael@novemberain.com>
Brandon Dimcheff (author)
Wed May 07 13:11:17 -0700 2008
Michael S. Klishin (committer)
Thu May 08 08:41:46 -0700 2008
commit  626763aecddbbb5dad28a1e8cf3330c554846a9d
tree    148abf29e57893c1d0a563ad4629732d61275525
parent  77e7e5203c57240c08d0e58f3c2c8dde4d1b27aa
...
49
50
51
52
 
53
54
55
...
49
50
51
 
52
53
54
55
0
@@ -49,7 +49,7 @@
0
     Merb::Config[:group].should == "tester"
0
   end
0
 
0
- it "should support -f to set the filename to run Merb as" do
0
+ it "should support -d to daemonize Merb" do
0
     Merb::Config.parse_args(["-d"])
0
     Merb::Config[:daemonize].should == true
0
   end

Comments

    No one has commented yet.