[DRE-commits] [ruby-mocha] 01/04: Merge tag 'upstream/1.0.0'
Cédric Boutillier
boutil at moszumanska.debian.org
Sat Feb 15 23:44:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-mocha.
commit 381e4b6594f7ae3ebbf92d4bdcd3756558b3f7d0
Merge: f5f3938 d604f73
Author: Cédric Boutillier <boutil at debian.org>
Date: Sat Feb 15 12:03:55 2014 +0100
Merge tag 'upstream/1.0.0'
Upstream version 1.0.0
# gpg: Signature faite le sam. 15 févr. 2014 12:03:54 CET avec la clef RSA d'identifiant 8F9F8F09
# gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
# gpg: alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
# gpg: alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
# gpg: alias « Cédric Boutillier <cedric.boutillier at gmail.com> »
README.md | 100 ++++++++---
RELEASE.md | 43 +++++
bin/build-matrix | 71 ++++++++
build-matrix.rb | 71 --------
checksums.yaml.gz | Bin 0 -> 271 bytes
lib/mocha.rb | 7 -
lib/mocha/any_instance_method.rb | 4 +-
lib/mocha/class_method.rb | 7 +-
lib/mocha/detection/mini_test.rb | 25 +++
lib/mocha/detection/test_unit.rb | 29 +++
lib/mocha/expectation_list.rb | 8 +-
lib/mocha/integration.rb | 4 +-
lib/mocha/integration/mini_test.rb | 17 +-
lib/mocha/integration/test_unit.rb | 13 +-
lib/mocha/mini_test.rb | 3 +
lib/mocha/mock.rb | 81 ++++++++-
lib/mocha/mockery.rb | 5 +-
lib/mocha/object_methods.rb | 6 +-
lib/mocha/parameter_matchers/responds_with.rb | 2 +-
lib/mocha/receivers.rb | 49 +++++
lib/mocha/setup.rb | 1 -
lib/mocha/test_unit.rb | 3 +
lib/mocha/unexpected_invocation.rb | 15 +-
lib/mocha/version.rb | 2 +-
metadata.yml | 198 ++++++++++-----------
...y_instance_method_defined_on_superclass_test.rb | 34 ++++
test/acceptance/stub_any_instance_method_test.rb | 1 +
.../stub_class_method_defined_on_class_test.rb | 3 +
...stub_class_method_defined_on_superclass_test.rb | 43 ++++-
.../stub_instance_method_defined_on_class_test.rb | 3 +
test/acceptance/unexpected_invocation_test.rb | 25 +++
test/assertions.rb | 6 +
test/integration/mini_test_test.rb | 22 +--
test/integration/test_unit_test.rb | 5 +-
test/test_helper.rb | 8 +-
test/test_runner.rb | 40 +++--
test/unit/expectation_list_test.rb | 11 ++
test/unit/parameter_matchers/responds_with_test.rb | 7 +
test/unit/receivers_test.rb | 66 +++++++
.../default/layout/html/google_analytics.erb | 18 +-
40 files changed, 749 insertions(+), 307 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mocha.git
More information about the Pkg-ruby-extras-commits
mailing list