sinon-chai-rails 1.2.0 → 1.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc01345afbf5bf8f6c2a2eb4f2933566e22bf976
4
- data.tar.gz: 35124d33a1714b5f6c0e496b0c77adbcf1e34e16
3
+ metadata.gz: f08ff7f52720d28bcbfb450706cac620d920735e
4
+ data.tar.gz: bb6bcff60a34b98eaeee87eb9dc7255b1fe80c1d
5
5
  SHA512:
6
- metadata.gz: 5884525c814f0051c87962d770e5817ef9f8bb1f0b86b42636863a0cbc44a59fcb2ea1d45390c27dff7227de07028906b57d50378a6d887b9c340a927ec78b65
7
- data.tar.gz: 470d672a91c4371a93293e0b37ae954fd4008790d9fb04b6a061b7cf2777ba017027dca8db443c66b01c37b78f5fe2d55c946b93f5df69177d447d075a4fb008
6
+ metadata.gz: 6178a79973646e7f0ffa5e5df3e7e6d66d1428a77f0a36c73474a9c15275f19d2440d9f6c07921e2d19697cb99ae65b57e6e41011b2e97c32396d59ed268b621
7
+ data.tar.gz: 1d718ae0f34342ed165d4ef05cd5db27839d26c4683cbb1202c56aba24b3a6c07677ef4e757537cd51c370de8eb97b34aed1bdd90063d62574a73d955233db87
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Sinon.JS Assertions for Chai with Rails
1
+ Sinon.JS Assertions for Chai with Rails [![Gem Version](https://badge.fury.io/rb/sinon-chai-rails.svg)](http://badge.fury.io/rb/sinon-chai-rails)
2
2
  =======================================
3
3
 
4
4
  This is a gem for [Sinon-Chai][sinon-chai] in order to use it with the Rails asset pipeline.
@@ -1,7 +1,7 @@
1
1
  module Sinon
2
2
  module Chai
3
3
  module Rails
4
- VERSION = "1.2.0"
4
+ VERSION = "1.3.0"
5
5
  end
6
6
  end
7
7
  end
@@ -122,6 +122,8 @@
122
122
  sinonMethodAsProperty("calledWithNew", "been called with new");
123
123
  sinonMethod("calledBefore", "been called before %1");
124
124
  sinonMethod("calledAfter", "been called after %1");
125
+ sinonMethod("calledImmediatelyBefore", "been called immediately before %1");
126
+ sinonMethod("calledImmediatelyAfter", "been called immediately after %1");
125
127
  sinonMethod("calledOn", "been called with %1 as this", ", but it was called with %t instead");
126
128
  sinonMethod("calledWith", "been called with arguments %*", "%C");
127
129
  sinonMethod("calledWithExactly", "been called with exact arguments %*", "%C");
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.2.0
4
+ version: 1.3.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: 2014-10-10 00:00:00.000000000 Z
11
+ date: 2017-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
- rubygems_version: 2.2.2
63
+ rubygems_version: 2.6.4
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: sinon-chai.js via asset pipeline