Sha256: c96254ec0b84b2744926d92aba4e2579606ecc0aef15853549b0921baf0586b4

Contents?: true

Size: 476 Bytes

Versions: 17

Compression:

Stored size: 476 Bytes

Contents

require File.expand_path('../../test_helper', __FILE__)
require 'mocha/module_methods'
require 'mocha/object_methods'

class ModuleMethodsTest < Mocha::TestCase

  def setup
    @module = Module.new.extend(Mocha::ModuleMethods, Mocha::ObjectMethods)
  end

  def test_should_use_stubba_module_method_for_module
    assert_equal Mocha::ModuleMethod, @module.stubba_method
  end

  def test_should_stub_self_for_module
    assert_equal @module, @module.stubba_object
  end

end

Version data entries

17 entries across 14 versions & 4 rubygems

Version Path
mocha-1.6.0 test/unit/module_methods_test.rb
mocha-1.5.0 test/unit/module_methods_test.rb
mocha-1.4.0 test/unit/module_methods_test.rb
mocha-1.3.0 test/unit/module_methods_test.rb
mocha-1.2.1 test/unit/module_methods_test.rb
mocha-1.2.0 test/unit/module_methods_test.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/mocha-1.0.0/test/unit/module_methods_test.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/mocha-1.0.0/test/unit/module_methods_test.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.9.1/gems/mocha-1.0.0/test/unit/module_methods_test.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/2.1.0/gems/mocha-1.0.0/test/unit/module_methods_test.rb
mocha-1.1.0 test/unit/module_methods_test.rb
mocha-1.0.0 test/unit/module_methods_test.rb
mocha-1.0.0.alpha test/unit/module_methods_test.rb
tnargav-1.3.3 vendor/bundle/ruby/1.9.1/gems/mocha-0.14.0/test/unit/module_methods_test.rb
challah-1.0.0 vendor/bundle/gems/mocha-0.14.0/test/unit/module_methods_test.rb
tnargav-1.2.3 vendor/bundle/ruby/1.9.1/gems/mocha-0.14.0/test/unit/module_methods_test.rb
mocha-0.14.0 test/unit/module_methods_test.rb