public
Fork of wycats/merb-core
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/myobie/merb-core.git
I will test first next time, I promise.
Tue Jun 24 15:56:16 -0700 2008
commit  6056b0ebf6cba40cf9632ea1188ae832dcc9d11f
tree    3d5e043f8150bf604c1638d261ad664f93df3c4c
parent  0f7f7d5c8bfdc768d921b0dee463aac25b41d9c3
...
27
28
29
30
 
31
32
33
...
27
28
29
 
30
31
32
33
0
@@ -27,7 +27,7 @@ describe Merb::Dispatcher do
0
     t = Time.now
0
     env = Rack::MockRequest.env_for("/notreal")
0
     Time.stub!(:now).and_return(t)
0
- Merb.logger.should_receive(:info).with("Start: #{t}")
0
+ Merb.logger.should_receive(:info).with("Started request handling: #{t}")
0
     
0
     Merb::Dispatcher.handle(env)
0
   end

Comments

    No one has commented yet.