flexmock 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/flexmock/composite_expectation.rb +2 -1
- data/lib/flexmock/expectation_recorder.rb +1 -1
- data/lib/flexmock/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bd133d2e4c2f636524d70ce2595251d6fa11413b18526f04c0ecd0f66b58a2a
|
4
|
+
data.tar.gz: ad6cfe9674e08c8a958dabdb6c4c0d5de353e8f219bb4bbf8aa18368bce5c833
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecdde48b9793cb1537cff918e82af9fc2e27130247e85fc4c894e6cc50051c073bafca68ff11fde3164d821b6b1ff8736094c66fc019e2e383deda464d2f67a3
|
7
|
+
data.tar.gz: e4f4c84691cba58bb779457f95407a1f9f57e2e56b067174193f6a167885d4102a38620ea79c00374f3dcb79ec7034807547b1e15b8c649e971de01c3af47394
|
@@ -3,7 +3,8 @@ class FlexMock
|
|
3
3
|
# A composite expectation allows several expectations to be grouped into a
|
4
4
|
# single composite and then apply the same constraints to all expectations
|
5
5
|
# in the group.
|
6
|
-
class CompositeExpectation
|
6
|
+
class CompositeExpectation < BasicObject
|
7
|
+
attr_reader :expectations
|
7
8
|
|
8
9
|
# Initialize the composite expectation.
|
9
10
|
def initialize
|
data/lib/flexmock/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flexmock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jim Weirich
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2025-08-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: minitest
|