jasmine-rails 0.10.4 → 0.10.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb3675d020bc5020c8034ee26f19003dfe8ccabd
4
- data.tar.gz: cacd43dfb7379e448d546d56005d6e13dca04db9
3
+ metadata.gz: 51c01585e228cf041c994942883a3aca24edc12d
4
+ data.tar.gz: bce2ef04774ed788dc7cc33303d4881bf111c754
5
5
  SHA512:
6
- metadata.gz: aef2755fc04b723c8cad7979c48a6e86a58d4d7be936d277831daf328beb66d85fc8b2984d7ffd74ff2b785b41a83393f2c606d6325719022f6b844301a09a63
7
- data.tar.gz: a08f4475835faed1983b6f60b8bda3d3d8ba6eac8bff43334c5a5577648abf81608410afda6c98d449beee9e40f3c18715b6c0b47a126de16ace4109370b78aa
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, ' : '';
@@ -1,3 +1,3 @@
1
1
  module JasmineRails
2
- VERSION = "0.10.4"
2
+ VERSION = "0.10.5"
3
3
  end
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
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-11 00:00:00.000000000 Z
13
+ date: 2014-12-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties