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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: a126a763ff59913d223c6d89c46323b43b449333
4
- data.tar.gz: cf6a6457c0f51743c3a9131e91bad2a65249f205
2
+ SHA256:
3
+ metadata.gz: d042c65c9634d0add041b406c0c74a9e29a81bedb0572a22946c3872eb42fb20
4
+ data.tar.gz: ea47707c3c6e28255e836823ce39246d9998f6554db46bff3eca1ac186ba378f
5
5
  SHA512:
6
- metadata.gz: c812f0ae910b6ee0fc55eb759afd11c4c386cef61d769765092c73460c4b1e445ed98c0e9682448f436196abaee509434fa6d0d50267b266acc86801f36879ba
7
- data.tar.gz: 2579669d9a2723cbfa0a3096e7d0a429f568cf229551dc0df3433d05932f9a533cda8416ebe0c17cf0a0b9a70c30c90644277ce76db1793feac62670b1771a60
6
+ metadata.gz: 4ed4ee25092f1c08b31558435a43db287c5ad22c378fbfc485ba95f35ffffca69103775ec32820ca4c284de6dcb867d7248a786dc5a4e9168407661b06702280
7
+ data.tar.gz: 15a4ba66a4196b7fcd2d1f18f3f596d838b67abf13870d703fa26262c1f4abe7e5a86fced3646572af0eb70ee23e821582d9288c279d6a07c3171b0260de6aaf
@@ -1,7 +1,7 @@
1
1
  module Sinon
2
2
  module Chai
3
3
  module Rails
4
- VERSION = "1.4.1"
4
+ VERSION = "1.5.0"
5
5
  end
6
6
  end
7
7
  end
@@ -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.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: 2017-07-21 00:00:00.000000000 Z
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
- rubyforge_project:
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