test_bench-fixture 1.0.0.0

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.
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: test_bench-fixture
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Nathan Ladd
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-06-09 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: test_bench-bootstrap
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description:
28
+ email: nathanladd+github@gmail.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - lib/test_bench/fixture.rb
34
+ - lib/test_bench/fixture/assertion_failure.rb
35
+ - lib/test_bench/fixture/controls.rb
36
+ - lib/test_bench/fixture/controls/caller_location.rb
37
+ - lib/test_bench/fixture/controls/error.rb
38
+ - lib/test_bench/fixture/controls/error/backtrace.rb
39
+ - lib/test_bench/fixture/controls/fixture.rb
40
+ - lib/test_bench/fixture/controls/output.rb
41
+ - lib/test_bench/fixture/controls/result.rb
42
+ - lib/test_bench/fixture/controls/test_file.rb
43
+ - lib/test_bench/fixture/error_policy.rb
44
+ - lib/test_bench/fixture/fixture.rb
45
+ - lib/test_bench/fixture/output.rb
46
+ - lib/test_bench/fixture/output/log.rb
47
+ - lib/test_bench/fixture/output/multiple.rb
48
+ - lib/test_bench/fixture/output/null.rb
49
+ - lib/test_bench/fixture/output/substitute.rb
50
+ - lib/test_bench/fixture/session.rb
51
+ - lib/test_bench/fixture/session/substitute.rb
52
+ - lib/test_bench/fixture/session/substitute/match_tests.rb
53
+ homepage: https://github.com/test-bench/test-bench-fixture
54
+ licenses:
55
+ - MIT
56
+ metadata: {}
57
+ post_install_message:
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubygems_version: 3.1.2
73
+ signing_key:
74
+ specification_version: 4
75
+ summary: Test object framework
76
+ test_files: []