public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Require mocha >= 0.9.3, older versions don't work anymore [#1579 state:resolved]

Signed-off-by: Joshua Peek <josh@joshpeek.com>
Hongli Lai (Phusion) (author)
Mon Dec 15 12:47:19 -0800 2008
josh (committer)
Mon Dec 15 12:47:19 -0800 2008
commit  a392f34fb4069ab847ff631130d023cdaf896735
tree    c1fe5fc34bdd06b797e7690d8a3eaec7dd052bc8
parent  0d48408dccd2b69754310cb3702ddfe705dbcd12
...
24
25
26
 
27
28
29
...
24
25
26
27
28
29
30
0
@@ -24,6 +24,7 @@ end
0
 
0
 def uses_mocha(description)
0
   require 'rubygems'
0
+  gem 'mocha', '>= 0.9.3'
0
   require 'mocha'
0
   yield
0
 rescue LoadError

Comments