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 +4 -4
- data/README.md +1 -1
- data/lib/sinon/chai/rails/version.rb +1 -1
- data/vendor/assets/javascripts/sinon-chai.js +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f08ff7f52720d28bcbfb450706cac620d920735e
|
|
4
|
+
data.tar.gz: bb6bcff60a34b98eaeee87eb9dc7255b1fe80c1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 [](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.
|
|
@@ -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.
|
|
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:
|
|
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.
|
|
63
|
+
rubygems_version: 2.6.4
|
|
64
64
|
signing_key:
|
|
65
65
|
specification_version: 4
|
|
66
66
|
summary: sinon-chai.js via asset pipeline
|