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
Fixes a small bug that was causing some specs to fail
hassox (author)
Tue Feb 12 06:43:45 -0800 2008
commit  ca92bdfc89afda04cbb4fd3d3e5848648cc0b326
tree    58a9e4ce038d0d326917ae530605d05d4b6e6d46
parent  eab8c1f05924eb6fe739a1085ead5484a60467bf
...
1
 
 
 
2
3
4
...
1
2
3
4
5
6
7
0
@@ -1,4 +1,7 @@
0
 require File.join(File.dirname(__FILE__), "..", "..", "spec_helper")
0
+
0
+Merb.start :environment => 'test', :adapter => 'runner'
0
+
0
 Dir[File.join(File.dirname(__FILE__), "controllers/**/*.rb")].each do |f|
0
   require f
0
 end
...
7
8
9
10
11
12
13
14
...
7
8
9
 
 
10
11
12
0
@@ -7,8 +7,6 @@ require 'merb-core/test/fake_request'
0
 require 'merb-core/test/request_helper'
0
 require 'merb-core/test/multipart_helper'
0
 
0
-Merb.start :environment => 'test', :adapter => 'runner'
0
-
0
 # -- Global custom matchers --
0
 
0
 # A better +be_kind_of+ with more informative error messages.

Comments

    No one has commented yet.