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 given again
wycats (author)
Fri Oct 10 23:16:22 -0700 2008
commit  284933f51f42df41d2ddf42092f925f247640751
tree    0613c9dec643d50881ab2e71a40bb92bb7eab64b
parent  5737a09475cf06a0ac21789bb3091bf3f2372dde
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@ module Kernel
0
     params[:shared] = true
0
     
0
     describe(*args) do
0
-      before(:each) do
0
+      prepend_before(:each) do
0
         self.instance_eval(&example_group_block)
0
       end
0
     end

Comments