jasmine-rails 0.10.4 → 0.10.5
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: 51c01585e228cf041c994942883a3aca24edc12d
|
4
|
+
data.tar.gz: bce2ef04774ed788dc7cc33303d4881bf111c754
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da4d89dbb47926b4ab19b6a0351820d3fcb029cc3c5a3aed8402f57b3a8a4653b7d58178f43458823cc9248fc4ff548b785bfe555505b62481807aede5809608
|
7
|
+
data.tar.gz: f69cc3335a776e693577126f9893332aade157c4c58cd360143bc62643f6635bd5f7cc1f40e7973efe2a6afd4e59db1454fa5202f2cb2f417fb7fc608b5b560a
|
@@ -50,7 +50,7 @@
|
|
50
50
|
};
|
51
51
|
|
52
52
|
proto.reportRunnerResults = proto.jasmineDone = function(runner) {
|
53
|
-
var failed = this.executed_specs - this.passed_specs;
|
53
|
+
var failed = this.executed_specs - this.passed_specs - this.skipped_or_pending_specs;
|
54
54
|
var spec_str = this.executed_specs + (this.executed_specs === 1 ? " spec, " : " specs, ");
|
55
55
|
var fail_str = failed + (failed === 1 ? " failure in " : " failures in ");
|
56
56
|
var skipped_or_pending_str = this.skipped_or_pending_specs ? this.skipped_or_pending_specs + ' skipped or pending, ' : '';
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jasmine-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Searls
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-12-
|
13
|
+
date: 2014-12-18 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: railties
|