sinon-chai-rails 1.4.1 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/sinon/chai/rails/version.rb +1 -1
- data/vendor/assets/javascripts/sinon-chai.js +2 -0
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d042c65c9634d0add041b406c0c74a9e29a81bedb0572a22946c3872eb42fb20
|
4
|
+
data.tar.gz: ea47707c3c6e28255e836823ce39246d9998f6554db46bff3eca1ac186ba378f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ed4ee25092f1c08b31558435a43db287c5ad22c378fbfc485ba95f35ffffca69103775ec32820ca4c284de6dcb867d7248a786dc5a4e9168407661b06702280
|
7
|
+
data.tar.gz: 15a4ba66a4196b7fcd2d1f18f3f596d838b67abf13870d703fa26262c1f4abe7e5a86fced3646572af0eb70ee23e821582d9288c279d6a07c3171b0260de6aaf
|
@@ -140,7 +140,9 @@
|
|
140
140
|
sinonMethod("calledImmediatelyAfter", "been called immediately after %1");
|
141
141
|
sinonMethod("calledOn", "been called with %1 as this", ", but it was called with %t instead");
|
142
142
|
sinonMethod("calledWith", "been called with arguments %*", "%D");
|
143
|
+
sinonMethod("calledOnceWith", "been called exactly once with arguments %*", "%D");
|
143
144
|
sinonMethod("calledWithExactly", "been called with exact arguments %*", "%D");
|
145
|
+
sinonMethod("calledOnceWithExactly", "been called exactly once with exact arguments %*", "%D");
|
144
146
|
sinonMethod("calledWithMatch", "been called with arguments matching %*", "%D");
|
145
147
|
sinonMethod("returned", "returned %1");
|
146
148
|
exceptionalSinonMethod("thrown", "threw", "thrown %1");
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinon-chai-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cymen Vig
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -59,8 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
61
|
requirements: []
|
62
|
-
|
63
|
-
rubygems_version: 2.6.11
|
62
|
+
rubygems_version: 3.0.6
|
64
63
|
signing_key:
|
65
64
|
specification_version: 4
|
66
65
|
summary: sinon-chai.js via asset pipeline
|