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/auser/merb-core.git
ticket 202
ezmobius (author)
Wed Mar 19 12:09:16 -0700 2008
commit  85b0471e96a7d287401af5c962253d79666de779
tree    ee31cdf698f7a0e866139d2d6e7c9529744e682e
parent  aea93e8b0c4c492e8437cf3cd5c49eb2c5ccb39f
...
84
85
86
 
87
88
89
...
84
85
86
87
88
89
90
0
@@ -84,6 +84,7 @@ module Merb
0
       # environment variable.
0
       def self.start(opts={})
0
         m = Merb::Rack::Console.new
0
+ m.extend Merb::Test::RequestHelper
0
         Object.send(:define_method, :merb) { m }
0
         ARGV.clear # Avoid passing args to IRB
0
         m.open_sandbox! if sandboxed?

Comments

    No one has commented yet.