parallel_tests-instructure 0.6.17 → 0.6.18
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.
|
@@ -31,7 +31,7 @@ class ParallelSpecs::SpecStartFinishLogger < ParallelSpecs::SpecLoggerBase
|
|
|
31
31
|
@output.puts "finished spec: #{example.description}"
|
|
32
32
|
end
|
|
33
33
|
|
|
34
|
-
def example_failed(example)
|
|
34
|
+
def example_failed(example, count, failure)
|
|
35
35
|
@output.puts "finished spec: #{example.description}"
|
|
36
36
|
end
|
|
37
37
|
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "parallel_tests-instructure"
|
|
8
|
-
s.version = "0.6.
|
|
8
|
+
s.version = "0.6.18"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Michael Grosser, Bryan Madsen"]
|
|
12
|
-
s.date = "2012-
|
|
12
|
+
s.date = "2012-01-27"
|
|
13
13
|
s.executables = ["parallel_cucumber", "parallel_test", "parallel_spec"]
|
|
14
14
|
s.files = [
|
|
15
15
|
"Gemfile",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: parallel_tests-instructure
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 35
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
9
|
+
- 18
|
|
10
|
+
version: 0.6.18
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael Grosser, Bryan Madsen
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
18
|
+
date: 2012-01-27 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|