test_suite_splitter 0.0.1 → 0.0.3

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.
data/Gemfile.lock DELETED
@@ -1,126 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- addressable (2.8.0)
5
- public_suffix (>= 2.0.2, < 5.0)
6
- ast (2.4.2)
7
- builder (3.2.4)
8
- descendants_tracker (0.0.4)
9
- thread_safe (~> 0.3, >= 0.3.1)
10
- diff-lcs (1.4.4)
11
- faraday (1.8.0)
12
- faraday-em_http (~> 1.0)
13
- faraday-em_synchrony (~> 1.0)
14
- faraday-excon (~> 1.1)
15
- faraday-httpclient (~> 1.0.1)
16
- faraday-net_http (~> 1.0)
17
- faraday-net_http_persistent (~> 1.1)
18
- faraday-patron (~> 1.0)
19
- faraday-rack (~> 1.0)
20
- multipart-post (>= 1.2, < 3)
21
- ruby2_keywords (>= 0.0.4)
22
- faraday-em_http (1.0.0)
23
- faraday-em_synchrony (1.0.0)
24
- faraday-excon (1.1.0)
25
- faraday-httpclient (1.0.1)
26
- faraday-net_http (1.0.1)
27
- faraday-net_http_persistent (1.2.0)
28
- faraday-patron (1.0.0)
29
- faraday-rack (1.0.0)
30
- git (1.9.1)
31
- rchardet (~> 1.8)
32
- github_api (0.19.0)
33
- addressable (~> 2.4)
34
- descendants_tracker (~> 0.0.4)
35
- faraday (>= 0.8, < 2)
36
- hashie (~> 3.5, >= 3.5.2)
37
- oauth2 (~> 1.0)
38
- hashie (3.6.0)
39
- highline (2.0.3)
40
- juwelier (2.4.9)
41
- builder
42
- bundler
43
- git
44
- github_api
45
- highline
46
- kamelcase (~> 0)
47
- nokogiri
48
- psych
49
- rake
50
- rdoc
51
- semver2
52
- jwt (2.3.0)
53
- kamelcase (0.0.2)
54
- semver2 (~> 3)
55
- multi_json (1.15.0)
56
- multi_xml (0.6.0)
57
- multipart-post (2.1.1)
58
- nokogiri (1.12.5-x86_64-linux)
59
- racc (~> 1.4)
60
- oauth2 (1.4.7)
61
- faraday (>= 0.8, < 2.0)
62
- jwt (>= 1.0, < 3.0)
63
- multi_json (~> 1.3)
64
- multi_xml (~> 0.5)
65
- rack (>= 1.2, < 3)
66
- parallel (1.21.0)
67
- parser (3.0.2.0)
68
- ast (~> 2.4.1)
69
- psych (4.0.2)
70
- public_suffix (4.0.6)
71
- racc (1.6.0)
72
- rack (2.2.3)
73
- rainbow (3.0.0)
74
- rake (13.0.6)
75
- rchardet (1.8.0)
76
- rdoc (6.3.3)
77
- regexp_parser (2.1.1)
78
- rexml (3.2.5)
79
- rspec (3.10.0)
80
- rspec-core (~> 3.10.0)
81
- rspec-expectations (~> 3.10.0)
82
- rspec-mocks (~> 3.10.0)
83
- rspec-core (3.10.1)
84
- rspec-support (~> 3.10.0)
85
- rspec-expectations (3.10.1)
86
- diff-lcs (>= 1.2.0, < 2.0)
87
- rspec-support (~> 3.10.0)
88
- rspec-mocks (3.10.2)
89
- diff-lcs (>= 1.2.0, < 2.0)
90
- rspec-support (~> 3.10.0)
91
- rspec-support (3.10.3)
92
- rubocop (1.23.0)
93
- parallel (~> 1.10)
94
- parser (>= 3.0.0.0)
95
- rainbow (>= 2.2.2, < 4.0)
96
- regexp_parser (>= 1.8, < 3.0)
97
- rexml
98
- rubocop-ast (>= 1.12.0, < 2.0)
99
- ruby-progressbar (~> 1.7)
100
- unicode-display_width (>= 1.4.0, < 3.0)
101
- rubocop-ast (1.13.0)
102
- parser (>= 3.0.1.1)
103
- rubocop-performance (1.12.0)
104
- rubocop (>= 1.7.0, < 2.0)
105
- rubocop-ast (>= 0.4.0)
106
- rubocop-rspec (2.6.0)
107
- rubocop (~> 1.19)
108
- ruby-progressbar (1.11.0)
109
- ruby2_keywords (0.0.5)
110
- semver2 (3.4.2)
111
- thread_safe (0.3.6)
112
- unicode-display_width (2.1.0)
113
-
114
- PLATFORMS
115
- x86_64-linux
116
-
117
- DEPENDENCIES
118
- bundler
119
- juwelier
120
- rspec
121
- rubocop
122
- rubocop-performance
123
- rubocop-rspec
124
-
125
- BUNDLED WITH
126
- 2.2.28
data/README.rdoc DELETED
@@ -1,18 +0,0 @@
1
- = test_suite_splitter
2
-
3
- Description goes here.
4
-
5
- == Contributing to test_suite_splitter
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
9
- * Fork the project.
10
- * Start a feature/bugfix branch.
11
- * Commit and push until you are happy with your contribution.
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
-
15
- == Copyright
16
-
17
- Copyright (c) 2021 kaspernj. See LICENSE.txt for
18
- further details.
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.0.1
data/peak_flow.yml DELETED
@@ -1,4 +0,0 @@
1
- rvm: true
2
- script:
3
- - bundle exec rspec
4
- - bundle exec rubocop
data/spec/spec_helper.rb DELETED
@@ -1,96 +0,0 @@
1
- # This file was generated by the `rails generate rspec:install` command. Conventionally, all
2
- # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
3
- # The generated `.rspec` file contains `--require spec_helper` which will cause
4
- # this file to always be loaded, without a need to explicitly require it in any
5
- # files.
6
- #
7
- # Given that it is always loaded, you are encouraged to keep this file as
8
- # light-weight as possible. Requiring heavyweight dependencies from this file
9
- # will add to the boot time of your test suite on EVERY test run, even for an
10
- # individual file that may not need all of that loaded. Instead, consider making
11
- # a separate helper file that requires the additional dependencies and performs
12
- # the additional setup, and require it from the spec files that actually need
13
- # it.
14
- #
15
- # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
16
- require_relative "../lib/test_suite_splitter"
17
-
18
- RSpec.configure do |config|
19
- # rspec-expectations config goes here. You can use an alternate
20
- # assertion/expectation library such as wrong or the stdlib/minitest
21
- # assertions if you prefer.
22
- config.expect_with :rspec do |expectations|
23
- # This option will default to `true` in RSpec 4. It makes the `description`
24
- # and `failure_message` of custom matchers include text for helper methods
25
- # defined using `chain`, e.g.:
26
- # be_bigger_than(2).and_smaller_than(4).description
27
- # # => "be bigger than 2 and smaller than 4"
28
- # ...rather than:
29
- # # => "be bigger than 2"
30
- expectations.include_chain_clauses_in_custom_matcher_descriptions = true
31
- end
32
-
33
- # rspec-mocks config goes here. You can use an alternate test double
34
- # library (such as bogus or mocha) by changing the `mock_with` option here.
35
- config.mock_with :rspec do |mocks|
36
- # Prevents you from mocking or stubbing a method that does not exist on
37
- # a real object. This is generally recommended, and will default to
38
- # `true` in RSpec 4.
39
- mocks.verify_partial_doubles = true
40
- end
41
-
42
- # This option will default to `:apply_to_host_groups` in RSpec 4 (and will
43
- # have no way to turn it off -- the option exists only for backwards
44
- # compatibility in RSpec 3). It causes shared context metadata to be
45
- # inherited by the metadata hash of host groups and examples, rather than
46
- # triggering implicit auto-inclusion in groups with matching metadata.
47
- config.shared_context_metadata_behavior = :apply_to_host_groups
48
-
49
- # The settings below are suggested to provide a good initial experience
50
- # with RSpec, but feel free to customize to your heart's content.
51
- # # This allows you to limit a spec run to individual examples or groups
52
- # # you care about by tagging them with `:focus` metadata. When nothing
53
- # # is tagged with `:focus`, all examples get run. RSpec also provides
54
- # # aliases for `it`, `describe`, and `context` that include `:focus`
55
- # # metadata: `fit`, `fdescribe` and `fcontext`, respectively.
56
- # config.filter_run_when_matching :focus
57
- #
58
- # # Allows RSpec to persist some state between runs in order to support
59
- # # the `--only-failures` and `--next-failure` CLI options. We recommend
60
- # # you configure your source control system to ignore this file.
61
- # config.example_status_persistence_file_path = "spec/examples.txt"
62
- #
63
- # # Limits the available syntax to the non-monkey patched syntax that is
64
- # # recommended. For more details, see:
65
- # # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
66
- # # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
67
- # # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
68
- # config.disable_monkey_patching!
69
- #
70
- # # Many RSpec users commonly either run the entire suite or an individual
71
- # # file, and it's useful to allow more verbose output when running an
72
- # # individual spec file.
73
- # if config.files_to_run.one?
74
- # # Use the documentation formatter for detailed output,
75
- # # unless a formatter has already been configured
76
- # # (e.g. via a command-line flag).
77
- # config.default_formatter = "doc"
78
- # end
79
- #
80
- # # Print the 10 slowest examples and example groups at the
81
- # # end of the spec run, to help surface which specs are running
82
- # # particularly slow.
83
- # config.profile_examples = 10
84
- #
85
- # # Run specs in random order to surface order dependencies. If you find an
86
- # # order dependency and want to debug it, you can fix the order by providing
87
- # # the seed, which is printed after each run.
88
- # # --seed 1234
89
- # config.order = :random
90
- #
91
- # # Seed global randomization in this process using the `--seed` CLI option.
92
- # # Setting this allows you to use `--seed` to deterministically reproduce
93
- # # test failures related to randomization by passing the same `--seed` value
94
- # # as the one that triggered the failure.
95
- # Kernel.srand config.seed
96
- end