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:
Remove quotes on class name
lsegal (author)
Tue Feb 26 17:35:19 -0800 2008
commit  b5e3505ae9f30cf4d0a90efdee3e3fd13b798e1e
tree    dc9e73ccd919bd819edd9d87202bb80489f262d8
parent  523f8ce4babcc113d6d66522b0d89c6408c812f1
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ require File.dirname(__FILE__) + '/spec_helper'
0
 
0
 MERB_BIN = File.dirname(__FILE__) + "/../../../bin/merb"
0
 
0
-describe "Merb::Config" do
0
+describe Merb::Config do
0
   before do
0
     ARGV.replace([])
0
     Merb::Server.should_receive(:start).and_return(nil)

Comments

    No one has commented yet.