jasmine-core 2.4.0 → 2.4.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0169ff00d52d62027ccaa73129da72cebd93ce9f
|
4
|
+
data.tar.gz: 64a4e9061a2e9869383f8ec39c7390da8cadfb8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fcfaa57e6b89a26bdc8e6ebeb2e82e4ba80c9a8afe1310f8910a3f14f961ca543fd93225429579b89a40baeb366a8114e8686d80ed706d74d65ce5f81ab8539
|
7
|
+
data.tar.gz: d03ec7d98abf86f1242531034446fddd57a46c5abd60bf3fbb8d478b878d954076363556573ab019c657b98408f30e7b296dbf18269cb6a7b4fcc7c16518560d
|
data/lib/jasmine-core/jasmine.js
CHANGED
@@ -612,7 +612,7 @@ getJasmineRequireObj().Env = function(j$) {
|
|
612
612
|
|
613
613
|
while(suite) {
|
614
614
|
befores = befores.concat(suite.beforeFns);
|
615
|
-
afters = afters.concat(suite.afterFns
|
615
|
+
afters = afters.concat(suite.afterFns);
|
616
616
|
|
617
617
|
suite = suite.parentSuite;
|
618
618
|
}
|
@@ -3450,5 +3450,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
|
|
3450
3450
|
};
|
3451
3451
|
|
3452
3452
|
getJasmineRequireObj().version = function() {
|
3453
|
-
return '2.4.
|
3453
|
+
return '2.4.1';
|
3454
3454
|
};
|
@@ -169,7 +169,7 @@ describe("jasmine spec running", function () {
|
|
169
169
|
env.execute();
|
170
170
|
});
|
171
171
|
|
172
|
-
it("should run multiple befores and afters
|
172
|
+
it("should run multiple befores and afters ordered so functions declared later are treated as more specific", function(done) {
|
173
173
|
var actions = [];
|
174
174
|
|
175
175
|
env.beforeEach(function () {
|
@@ -217,10 +217,10 @@ describe("jasmine spec running", function () {
|
|
217
217
|
"beforeEach1",
|
218
218
|
"beforeEach2",
|
219
219
|
"outer it 1",
|
220
|
-
"afterEach1",
|
221
220
|
"afterEach2",
|
222
|
-
"
|
223
|
-
"runner afterEach2"
|
221
|
+
"afterEach1",
|
222
|
+
"runner afterEach2",
|
223
|
+
"runner afterEach1"
|
224
224
|
];
|
225
225
|
expect(actions).toEqual(expected);
|
226
226
|
done();
|
data/lib/jasmine-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jasmine-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rajan Agaskar
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-12-
|
13
|
+
date: 2015-12-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rake
|