diff --git a/docs/Mocha.html b/docs/Mocha.html index d2b692cdb..a0376a10b 100644 --- a/docs/Mocha.html +++ b/docs/Mocha.html @@ -6,7 +6,7 @@ Module: Mocha - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -244,7 +244,7 @@

diff --git a/docs/Mocha/API.html b/docs/Mocha/API.html index da7fb7c63..eb286d77c 100644 --- a/docs/Mocha/API.html +++ b/docs/Mocha/API.html @@ -6,7 +6,7 @@ Module: Mocha::API - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -1171,7 +1171,7 @@

diff --git a/docs/Mocha/ClassMethods.html b/docs/Mocha/ClassMethods.html index a7d687de2..f489ba0ac 100644 --- a/docs/Mocha/ClassMethods.html +++ b/docs/Mocha/ClassMethods.html @@ -6,7 +6,7 @@ Module: Mocha::ClassMethods - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -254,7 +254,7 @@

diff --git a/docs/Mocha/Configuration.html b/docs/Mocha/Configuration.html index 60d30455e..e3281addc 100644 --- a/docs/Mocha/Configuration.html +++ b/docs/Mocha/Configuration.html @@ -6,7 +6,7 @@ Class: Mocha::Configuration - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -568,11 +568,11 @@

Perform strict keyword argument comparison. Only supported in Ruby >= v2.7.

-

When this option is set to false a positional Hash and a set of keyword arguments are treated the same during comparison, which can lead to false negatives in Ruby >= v3.0 (see examples below). However, a deprecation warning will be displayed if a positional Hash matches a set of keyword arguments or vice versa. This is because #strict_keyword_argument_matching= will default to true in the future.

+

When this option is set to false a positional Hash and a set of keyword arguments are treated the same during comparison, which can lead to misleading passing tests in Ruby >= v3.0 (see examples below). However, a deprecation warning will be displayed if a positional Hash matches a set of keyword arguments or vice versa. This is because #strict_keyword_argument_matching= will default to true in the future.

For more details on keyword arguments in Ruby v3, refer to this article.

-

Note that Hash-related matchers such as ParameterMatchers#has_value or ParameterMatchers#has_key will still treat a positional Hash and a set of keyword arguments the same, so false negatives are still possible when they are used.

+

Note that Hash-related matchers such as ParameterMatchers#has_value or ParameterMatchers#has_key will still treat a positional Hash and a set of keyword arguments the same, so misleading passing tests are still possible when they are used.

This configuration option is false by default to enable gradual adoption, but will be true by default in the future.

@@ -1093,7 +1093,7 @@

diff --git a/docs/Mocha/Expectation.html b/docs/Mocha/Expectation.html index 85d7ff42a..465cfc13f 100644 --- a/docs/Mocha/Expectation.html +++ b/docs/Mocha/Expectation.html @@ -6,7 +6,7 @@ Class: Mocha::Expectation - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -2911,7 +2911,7 @@

diff --git a/docs/Mocha/ExpectationError.html b/docs/Mocha/ExpectationError.html index d0e956d13..ab32ebd11 100644 --- a/docs/Mocha/ExpectationError.html +++ b/docs/Mocha/ExpectationError.html @@ -6,7 +6,7 @@ Exception: Mocha::ExpectationError - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -142,7 +142,7 @@

Overview

diff --git a/docs/Mocha/ExpectationErrorFactory.html b/docs/Mocha/ExpectationErrorFactory.html index 18a934f6f..bd389f106 100644 --- a/docs/Mocha/ExpectationErrorFactory.html +++ b/docs/Mocha/ExpectationErrorFactory.html @@ -6,7 +6,7 @@ Class: Mocha::ExpectationErrorFactory - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -250,7 +250,7 @@

diff --git a/docs/Mocha/Hooks.html b/docs/Mocha/Hooks.html index 79225d12c..701628389 100644 --- a/docs/Mocha/Hooks.html +++ b/docs/Mocha/Hooks.html @@ -6,7 +6,7 @@ Module: Mocha::Hooks - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -360,7 +360,7 @@

diff --git a/docs/Mocha/Integration.html b/docs/Mocha/Integration.html index 4b80cac63..aed89fdb8 100644 --- a/docs/Mocha/Integration.html +++ b/docs/Mocha/Integration.html @@ -6,7 +6,7 @@ Module: Mocha::Integration - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -115,7 +115,7 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/MiniTest.html b/docs/Mocha/Integration/MiniTest.html index 1e979b224..293ca76f4 100644 --- a/docs/Mocha/Integration/MiniTest.html +++ b/docs/Mocha/Integration/MiniTest.html @@ -6,7 +6,7 @@ Module: Mocha::Integration::MiniTest - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -113,7 +113,7 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/MiniTest/Adapter.html b/docs/Mocha/Integration/MiniTest/Adapter.html index ecd29dce6..467d47813 100644 --- a/docs/Mocha/Integration/MiniTest/Adapter.html +++ b/docs/Mocha/Integration/MiniTest/Adapter.html @@ -6,7 +6,7 @@ Module: Mocha::Integration::MiniTest::Adapter - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -154,7 +154,7 @@

Methods included from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/Integration/TestUnit.html b/docs/Mocha/Integration/TestUnit.html index 703542c5c..6008c1f4c 100644 --- a/docs/Mocha/Integration/TestUnit.html +++ b/docs/Mocha/Integration/TestUnit.html @@ -6,7 +6,7 @@ Module: Mocha::Integration::TestUnit - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -113,7 +113,7 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/TestUnit/Adapter.html b/docs/Mocha/Integration/TestUnit/Adapter.html index 53ea88d3d..8d05277e6 100644 --- a/docs/Mocha/Integration/TestUnit/Adapter.html +++ b/docs/Mocha/Integration/TestUnit/Adapter.html @@ -6,7 +6,7 @@ Module: Mocha::Integration::TestUnit::Adapter - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -154,7 +154,7 @@

Methods included from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/Mock.html b/docs/Mocha/Mock.html index a376540b3..888cb3403 100644 --- a/docs/Mocha/Mock.html +++ b/docs/Mocha/Mock.html @@ -6,7 +6,7 @@ Class: Mocha::Mock - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -1131,7 +1131,7 @@

diff --git a/docs/Mocha/ObjectMethods.html b/docs/Mocha/ObjectMethods.html index 12f188013..fd8537653 100644 --- a/docs/Mocha/ObjectMethods.html +++ b/docs/Mocha/ObjectMethods.html @@ -6,7 +6,7 @@ Module: Mocha::ObjectMethods - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -755,7 +755,7 @@

diff --git a/docs/Mocha/ParameterMatchers.html b/docs/Mocha/ParameterMatchers.html index a2261b282..fdba4f585 100644 --- a/docs/Mocha/ParameterMatchers.html +++ b/docs/Mocha/ParameterMatchers.html @@ -6,7 +6,7 @@ Module: Mocha::ParameterMatchers - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -3054,7 +3054,7 @@

diff --git a/docs/Mocha/ParameterMatchers/AllOf.html b/docs/Mocha/ParameterMatchers/AllOf.html index 8a1907284..f05576164 100644 --- a/docs/Mocha/ParameterMatchers/AllOf.html +++ b/docs/Mocha/ParameterMatchers/AllOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::AllOf - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/AnyOf.html b/docs/Mocha/ParameterMatchers/AnyOf.html index 6e3850f22..4b325fb50 100644 --- a/docs/Mocha/ParameterMatchers/AnyOf.html +++ b/docs/Mocha/ParameterMatchers/AnyOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::AnyOf - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/AnyParameters.html b/docs/Mocha/ParameterMatchers/AnyParameters.html index 2d064be94..4d62e25b7 100644 --- a/docs/Mocha/ParameterMatchers/AnyParameters.html +++ b/docs/Mocha/ParameterMatchers/AnyParameters.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::AnyParameters - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/Anything.html b/docs/Mocha/ParameterMatchers/Anything.html index 180f566df..99c484ef3 100644 --- a/docs/Mocha/ParameterMatchers/Anything.html +++ b/docs/Mocha/ParameterMatchers/Anything.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Anything - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/Base.html b/docs/Mocha/ParameterMatchers/Base.html index 9c0505adf..e5484a6ea 100644 --- a/docs/Mocha/ParameterMatchers/Base.html +++ b/docs/Mocha/ParameterMatchers/Base.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Base - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -431,7 +431,7 @@

diff --git a/docs/Mocha/ParameterMatchers/Equals.html b/docs/Mocha/ParameterMatchers/Equals.html index 2a9ac5ba2..f5f853809 100644 --- a/docs/Mocha/ParameterMatchers/Equals.html +++ b/docs/Mocha/ParameterMatchers/Equals.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Equals - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/EquivalentUri.html b/docs/Mocha/ParameterMatchers/EquivalentUri.html index e02230f60..240bf241d 100644 --- a/docs/Mocha/ParameterMatchers/EquivalentUri.html +++ b/docs/Mocha/ParameterMatchers/EquivalentUri.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::EquivalentUri - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/HasEntries.html b/docs/Mocha/ParameterMatchers/HasEntries.html index bd984103f..6f87ba058 100644 --- a/docs/Mocha/ParameterMatchers/HasEntries.html +++ b/docs/Mocha/ParameterMatchers/HasEntries.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasEntries - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/HasEntry.html b/docs/Mocha/ParameterMatchers/HasEntry.html index 73b9bb83a..315691a0d 100644 --- a/docs/Mocha/ParameterMatchers/HasEntry.html +++ b/docs/Mocha/ParameterMatchers/HasEntry.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasEntry - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/HasKey.html b/docs/Mocha/ParameterMatchers/HasKey.html index 63ddc8dab..3e3b9ac11 100644 --- a/docs/Mocha/ParameterMatchers/HasKey.html +++ b/docs/Mocha/ParameterMatchers/HasKey.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasKey - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/HasKeys.html b/docs/Mocha/ParameterMatchers/HasKeys.html index fb9003511..d99e8e171 100644 --- a/docs/Mocha/ParameterMatchers/HasKeys.html +++ b/docs/Mocha/ParameterMatchers/HasKeys.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasKeys - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/HasValue.html b/docs/Mocha/ParameterMatchers/HasValue.html index 30f6864e9..7af257154 100644 --- a/docs/Mocha/ParameterMatchers/HasValue.html +++ b/docs/Mocha/ParameterMatchers/HasValue.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasValue - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/Includes.html b/docs/Mocha/ParameterMatchers/Includes.html index 348e452cb..a2d0230ae 100644 --- a/docs/Mocha/ParameterMatchers/Includes.html +++ b/docs/Mocha/ParameterMatchers/Includes.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Includes - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/InstanceOf.html b/docs/Mocha/ParameterMatchers/InstanceOf.html index 9d3966fb0..b77cd1184 100644 --- a/docs/Mocha/ParameterMatchers/InstanceOf.html +++ b/docs/Mocha/ParameterMatchers/InstanceOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::InstanceOf - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/IsA.html b/docs/Mocha/ParameterMatchers/IsA.html index 1c72d36ab..88e564475 100644 --- a/docs/Mocha/ParameterMatchers/IsA.html +++ b/docs/Mocha/ParameterMatchers/IsA.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::IsA - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/KindOf.html b/docs/Mocha/ParameterMatchers/KindOf.html index 65fbe95f0..c1dd7ce4a 100644 --- a/docs/Mocha/ParameterMatchers/KindOf.html +++ b/docs/Mocha/ParameterMatchers/KindOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::KindOf - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/Not.html b/docs/Mocha/ParameterMatchers/Not.html index 8a0ffdef1..c6dea5b69 100644 --- a/docs/Mocha/ParameterMatchers/Not.html +++ b/docs/Mocha/ParameterMatchers/Not.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Not - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/Optionally.html b/docs/Mocha/ParameterMatchers/Optionally.html index 8fa922fbc..f42c2c887 100644 --- a/docs/Mocha/ParameterMatchers/Optionally.html +++ b/docs/Mocha/ParameterMatchers/Optionally.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Optionally - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/RegexpMatches.html b/docs/Mocha/ParameterMatchers/RegexpMatches.html index 1f846908b..5e0c705f2 100644 --- a/docs/Mocha/ParameterMatchers/RegexpMatches.html +++ b/docs/Mocha/ParameterMatchers/RegexpMatches.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::RegexpMatches - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/RespondsWith.html b/docs/Mocha/ParameterMatchers/RespondsWith.html index baea3312d..98bb9160b 100644 --- a/docs/Mocha/ParameterMatchers/RespondsWith.html +++ b/docs/Mocha/ParameterMatchers/RespondsWith.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::RespondsWith - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/ParameterMatchers/YamlEquivalent.html b/docs/Mocha/ParameterMatchers/YamlEquivalent.html index 951857fd9..009334376 100644 --- a/docs/Mocha/ParameterMatchers/YamlEquivalent.html +++ b/docs/Mocha/ParameterMatchers/YamlEquivalent.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::YamlEquivalent - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -143,7 +143,7 @@

Methods inherited from - Generated on Tue Oct 18 11:27:32 2022 by + Generated on Tue Nov 1 13:55:28 2022 by yard 0.9.28 (ruby-3.1.0). diff --git a/docs/Mocha/Sequence.html b/docs/Mocha/Sequence.html index 08b008fac..fe3d15330 100644 --- a/docs/Mocha/Sequence.html +++ b/docs/Mocha/Sequence.html @@ -6,7 +6,7 @@ Class: Mocha::Sequence - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -139,7 +139,7 @@

Overview

diff --git a/docs/Mocha/StateMachine.html b/docs/Mocha/StateMachine.html index 4fa9e896b..ad95f42c9 100644 --- a/docs/Mocha/StateMachine.html +++ b/docs/Mocha/StateMachine.html @@ -6,7 +6,7 @@ Class: Mocha::StateMachine - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -672,7 +672,7 @@

diff --git a/docs/Mocha/StateMachine/State.html b/docs/Mocha/StateMachine/State.html index 93b11816b..35123c380 100644 --- a/docs/Mocha/StateMachine/State.html +++ b/docs/Mocha/StateMachine/State.html @@ -6,7 +6,7 @@ Class: Mocha::StateMachine::State - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -138,7 +138,7 @@

Overview

diff --git a/docs/Mocha/StateMachine/StatePredicate.html b/docs/Mocha/StateMachine/StatePredicate.html index 4ceed231b..2bf487bc6 100644 --- a/docs/Mocha/StateMachine/StatePredicate.html +++ b/docs/Mocha/StateMachine/StatePredicate.html @@ -6,7 +6,7 @@ Class: Mocha::StateMachine::StatePredicate - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -134,7 +134,7 @@

Direct Known Subclasses

diff --git a/docs/Mocha/StubbingError.html b/docs/Mocha/StubbingError.html index 411634376..cfd7bb3d7 100644 --- a/docs/Mocha/StubbingError.html +++ b/docs/Mocha/StubbingError.html @@ -6,7 +6,7 @@ Class: Mocha::StubbingError - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -140,7 +140,7 @@

Overview

diff --git a/docs/_index.html b/docs/_index.html index 078e487a2..11621add8 100644 --- a/docs/_index.html +++ b/docs/_index.html @@ -4,7 +4,7 @@ - Mocha 2.0.0.alpha.1 + Mocha 2.0.0 @@ -52,7 +52,7 @@
-

Mocha 2.0.0.alpha.1

+

Mocha 2.0.0

Alphabetic Index

@@ -516,7 +516,7 @@

Namespace Listing A-Z

diff --git a/docs/file.COPYING.html b/docs/file.COPYING.html index 39de6ac40..c07313599 100644 --- a/docs/file.COPYING.html +++ b/docs/file.COPYING.html @@ -6,7 +6,7 @@ File: COPYING - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -71,7 +71,7 @@
diff --git a/docs/file.MIT-LICENSE.html b/docs/file.MIT-LICENSE.html index e20d8098b..2afc62c07 100644 --- a/docs/file.MIT-LICENSE.html +++ b/docs/file.MIT-LICENSE.html @@ -6,7 +6,7 @@ File: MIT-LICENSE - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -75,7 +75,7 @@
diff --git a/docs/file.README.html b/docs/file.README.html index 28c7d79da..184d11079 100644 --- a/docs/file.README.html +++ b/docs/file.README.html @@ -6,7 +6,7 @@ File: README - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -363,6 +363,14 @@
MOCHA_OPTIONS
  • debug: Enables a debug mode which will output backtraces for each deprecation warning. This is useful for finding where in the test suite the deprecated calls are.
  • +

    Semantic versioning

    + +
      +
    • Every effort is made to comply with semantic versioning.
    • +
    • However, this only applies to the behaviour documented in the public API.
    • +
    • The documented public API does not include the content or format of messsages displayed to the user, e.g. assertion failure messages.
    • +
    +
      @@ -438,7 +446,7 @@

      License

      diff --git a/docs/file.RELEASE.html b/docs/file.RELEASE.html index 8d3d69b6f..00273a931 100644 --- a/docs/file.RELEASE.html +++ b/docs/file.RELEASE.html @@ -6,7 +6,7 @@ File: RELEASE - — Mocha 2.0.0.alpha.1 + — Mocha 2.0.0 @@ -59,21 +59,7 @@

      Release Notes

      -

      2.0.0.alpha.1

      - -

      External changes

      - -
        -
      • Improve strict keyword argument matching deprecation warning by including the source location of the stub definition (77c0d4cc)
      • -
      - -

      Internal changes

      - -
        -
      • Disable Style/Semicolon cop globally (8cd0b705)
      • -
      - -

      2.0.0.alpha

      +

      2.0.0

      External changes

      @@ -93,6 +79,8 @@

      External changes

    • Expand Expectation#with docs re keyword arguments (fed6808d)
    • Improve docs for strict_keyword_argument_matching (8d8f881d)
    • Remove deprecated Rails plugin init.rb file (1c617175)
    • +
    • Improve strict keyword argument matching deprecation warning by including the source location of the stub definition (77c0d4cc)
    • +
    • Add README section re semantic versioning (00758246)

    Internal changes

    @@ -107,6 +95,22 @@

    Internal changes

  • More consistent Test::Unit & Minitest integration (27dd3817)
  • Remove redundant require statements (d82218a8,fa17b114)
  • Add missing require statement (73493761)
  • +
  • Disable Style/Semicolon cop globally (8cd0b705)
  • + + +

    1.16.0

    + +

    External changes

    + +
      +
    • Default Configuration#reinstate_undocumented_behaviour_from_v1_9= to false (6fcaf947)
    • +
    • Deprecate Configuration#reinstate_undocumented_behaviour_from_v1_9= (a797c5fd)
    • +
    + +

    Internal changes

    + +
      +
    • Remove redundant deprecation disabling in MockTest (dc8ca969)

    1.15.0

    @@ -1166,7 +1170,7 @@

    0.1.1

    diff --git a/docs/frames.html b/docs/frames.html index f3f51a485..fc280070c 100644 --- a/docs/frames.html +++ b/docs/frames.html @@ -2,7 +2,7 @@ - Mocha 2.0.0.alpha.1 + Mocha 2.0.0