summaryrefslogtreecommitdiffstats
path: root/test/lib/mocha/no_yields.rb
blob: b0fba415dc91669d40e168d658f1d62202b5c8a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
module Mocha # :nodoc:
  
  class NoYields # :nodoc:
    
    def each
    end
    
  end
  
end