qunit-runner 0.0.1 → 0.0.2

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: 371f9bd6512b7892f59bf25aa5f8373fde365d6a
4
- data.tar.gz: a3ec017ff0fad9af6d3404e004b970cebe3b804a
3
+ metadata.gz: 22512c5a04184dfb9761cf8a9566d94519bb2add
4
+ data.tar.gz: ce4e98c13a4ccd2addd66852580f5dd7cc970e43
5
5
  SHA512:
6
- metadata.gz: 10eece62b27f97caa3725d2dcc18b9a3103906b3987c52918ff4b5882abe2ee7c6f661b0c79fd104efbc14fcc0177290754b4e36564c7b6b48dfe6620e5960eb
7
- data.tar.gz: 166c0de2e9e2ae1900cb5081ea955c938d834f22056231a668bf82167662c55ceee1448055c0d2a8a52c828f360df8d2dbf64863af6a63785a8d50dac14a7af0
6
+ metadata.gz: ecea4cdeb99a7e4fbbf969cb35119d3c7517061c5141626504c9e6bfe8ee45dce66d5f80456271db988d077f83c409f620b50dafbd0d6e5abd2a79704f4b1fbf
7
+ data.tar.gz: 2d2c9e3d025437a9c923d6eb2183b5c84f4239042961d74c5080806fbc1f96063cc923debb1e2e16258253da31d0541f238ea803aaf33e8cfdc9e0c02dd54b4e
data/README.md CHANGED
@@ -18,7 +18,9 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- qunit-runner \[--timeout=milleseconds\] URL
21
+ ```
22
+ qunit-runner test \[--timeout=milleseconds\] URL
23
+ ```
22
24
 
23
25
  This will run a test suite located at the provided URL, giving an appropriate
24
26
  exit status and displaying test run progress and status.
@@ -32,6 +32,7 @@ module Qunit
32
32
  }
33
33
  cmd = Shellwords.join [
34
34
  'phantomjs',
35
+ '--load-images=false',
35
36
  phantom_bridge,
36
37
  '/dev/stdout',
37
38
  @test_url,
@@ -50,7 +51,7 @@ module Qunit
50
51
  raise
51
52
  end
52
53
  end
53
- exit @exit_status
54
+ exit @exit_status || 1
54
55
  end
55
56
 
56
57
  def safe_kill(pid)
@@ -1,6 +1,6 @@
1
1
  module Qunit
2
2
  class Runner
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qunit-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - M Smart, theScore Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-10 00:00:00.000000000 Z
11
+ date: 2014-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler