Skip to content

Commit

Permalink
Mocha >= 0.9.7 is required, otherwise mocking doesn't work. [#2874 st…
Browse files Browse the repository at this point in the history
…ate:resolved]

Signed-off-by: Yehuda Katz <wycats@yehuda-katzs-macbookpro41.local>
  • Loading branch information
FooBarWidget authored and Yehuda Katz committed Jul 7, 2009
1 parent 6673001 commit 31254be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/abstract_unit.rb
Expand Up @@ -8,7 +8,7 @@
require 'stringio' require 'stringio'
require 'test/unit' require 'test/unit'


gem 'mocha', '>= 0.9.5' gem 'mocha', '>= 0.9.7'
require 'mocha' require 'mocha'


begin begin
Expand Down

0 comments on commit 31254be

Please sign in to comment.