Sha256: 62ad9827db821b4f5c9939e053be2914e9257add33b101af5c8d9ac115002110

Contents?: true

Size: 423 Bytes

Versions: 94

Compression:

Stored size: 423 Bytes

Contents

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

require 'mocha/no_yields'

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

  def test_should_provide_parameters_for_no_yields_in_single_invocation
    parameter_group = NoYields.new
    parameter_groups = []
    parameter_group.each do |parameters|
      parameter_groups << parameters
    end
    assert_equal [], parameter_groups
  end
  
end

Version data entries

94 entries across 94 versions & 11 rubygems

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