jasmine-core 3.2.0 → 3.2.1
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/jasmine-core/jasmine.js +6 -2
- data/lib/jasmine-core/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: 820a13bd1d42382b3bee6d2f0614453a9f27a2941765b317dc4aa72f8fe712b4
|
4
|
+
data.tar.gz: 22a497c2dd1f59e2900d95d29436c18347914aae8394edccd554bd53b15a7413
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc2382ef555009b94121db01e9135f7cf298caa069036b2480207c8a13890bb013fdbbe6c291e1dbc124971fab4c8e76dbd3ed591e71ecfed7b81d3875c9824b
|
7
|
+
data.tar.gz: be6038248103c017767917e75b80f4cf1706350c852c43bc8b15a346b1ade1b5ab6262f40bb6be10c522feaa39f16ee5b98305be3d6ab906ca602d72820d2032
|
data/lib/jasmine-core/jasmine.js
CHANGED
@@ -1308,6 +1308,10 @@ getJasmineRequireObj().Env = function(j$) {
|
|
1308
1308
|
return spyRegistry.spyOnProperty.apply(spyRegistry, arguments);
|
1309
1309
|
};
|
1310
1310
|
|
1311
|
+
this.spyOnAllFunctions = function() {
|
1312
|
+
return spyRegistry.spyOnAllFunctions.apply(spyRegistry, arguments);
|
1313
|
+
};
|
1314
|
+
|
1311
1315
|
this.createSpy = function(name, originalFn) {
|
1312
1316
|
if (arguments.length === 1 && j$.isFunction_(name)) {
|
1313
1317
|
originalFn = name;
|
@@ -5482,7 +5486,7 @@ getJasmineRequireObj().interface = function(jasmine, env) {
|
|
5482
5486
|
|
5483
5487
|
/**
|
5484
5488
|
* Installs spies on all writable and configurable properties of an object.
|
5485
|
-
* @name
|
5489
|
+
* @name spyOnAllFunctions
|
5486
5490
|
* @function
|
5487
5491
|
* @global
|
5488
5492
|
* @param {Object} obj - The object upon which to install the {@link Spy}s
|
@@ -6613,5 +6617,5 @@ getJasmineRequireObj().UserContext = function(j$) {
|
|
6613
6617
|
};
|
6614
6618
|
|
6615
6619
|
getJasmineRequireObj().version = function() {
|
6616
|
-
return '3.2.
|
6620
|
+
return '3.2.1';
|
6617
6621
|
};
|
data/lib/jasmine-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jasmine-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregg Van Hove
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-08-
|
11
|
+
date: 2018-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|