Sha256: eb649989f634261fe35c902f091035d9c14e645c173a228ed18352624a867f8e

Contents?: true

Size: 483 Bytes

Versions: 94

Compression:

Stored size: 483 Bytes

Contents

require File.join(File.dirname(__FILE__), "..", "test_helper")

require 'mocha/multiple_yields'

class MultipleYieldsTest < Test::Unit::TestCase
  
  include Mocha

  def test_should_provide_parameters_for_multiple_yields_in_single_invocation
    parameter_group = MultipleYields.new([1, 2, 3], [4, 5])
    parameter_groups = []
    parameter_group.each do |parameters|
      parameter_groups << parameters
    end
    assert_equal [[1, 2, 3], [4, 5]], parameter_groups
  end
  
end

Version data entries

94 entries across 94 versions & 11 rubygems

Version Path
floehopper-mocha-0.9.3.20081220175348 test/unit/multiple_yields_test.rb
floehopper-mocha-0.9.3.20081230175553 test/unit/multiple_yields_test.rb
floehopper-mocha-0.9.4.20090128164727 test/unit/multiple_yields_test.rb
floehopper-mocha-0.9.5.20090201123802 test/unit/multiple_yields_test.rb
floehopper-mocha-0.9.6.20090629164857 test/unit/multiple_yields_test.rb
floehopper-mocha-0.9.6.20090629165308 test/unit/multiple_yields_test.rb
floehopper-mocha-0.9.6.20090701111305 test/unit/multiple_yields_test.rb
floehopper-mocha-0.9.7.20090701124354 test/unit/multiple_yields_test.rb
gsterndale-warrant-0.2.0 test/rails_root/vendor/gems/mocha-0.9.4/test/unit/multiple_yields_test.rb
gsterndale-warrant-0.3.0 test/rails_root/vendor/gems/mocha-0.9.4/test/unit/multiple_yields_test.rb
hashrocket-clearance-0.4.0 test/rails_root/vendor/gems/mocha-0.9.1/test/unit/multiple_yields_test.rb
hashrocket-clearance-0.4.1 test/rails_root/vendor/gems/mocha-0.9.1/test/unit/multiple_yields_test.rb
hashrocket-clearance-0.4.2 test/rails_root/vendor/gems/mocha-0.9.1/test/unit/multiple_yields_test.rb
hashrocket-clearance-0.4.3 test/rails_root/vendor/gems/mocha-0.9.1/test/unit/multiple_yields_test.rb
jferris-mocha-0.9.5.0.1240002286 test/unit/multiple_yields_test.rb
jferris-mocha-0.9.5.0.1240351621 test/unit/multiple_yields_test.rb
jferris-mocha-0.9.5.0.1241126838 test/unit/multiple_yields_test.rb
jferris-mocha-0.9.7.0.1247796736 test/unit/multiple_yields_test.rb
jferris-mocha-0.9.7.20090701124354 test/unit/multiple_yields_test.rb
jferris-mocha-0.9.7.20090911190113 test/unit/multiple_yields_test.rb