minitest-spec-converter 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: acddf6e7c3130f041355d44bb9a85abf39be56071495a5ae83ed543a8a3f10a1
4
+ data.tar.gz: d0bd1c642457b26eb5c9e133a02dd8e3d252962d3f81f7572f4756811dd160c4
5
+ SHA512:
6
+ metadata.gz: 0a26dec57996799a70a2d4a3bbe01900ee48f9ef9e1586945e32957d4654325a8e96ea95afadaf9fd615d9acaa5611628a7be99c35e1f94f55ce4eea0d26de06
7
+ data.tar.gz: cb235a888cb3782691271ed89cf325a0e99898ad766d6117cba125a2477a73b46f2c2277f3d12bbfdf883335a290107ca0ade057aec04b67245c3fcc1295d61a
data/.standard.yml ADDED
@@ -0,0 +1,3 @@
1
+ # For available configuration options, see:
2
+ # https://github.com/standardrb/standard
3
+ ruby_version: 3.0
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-07-22
4
+
5
+ - Initial release
@@ -0,0 +1,132 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our
6
+ community a harassment-free experience for everyone, regardless of age, body
7
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
8
+ identity and expression, level of experience, education, socio-economic status,
9
+ nationality, personal appearance, race, caste, color, religion, or sexual
10
+ identity and orientation.
11
+
12
+ We pledge to act and interact in ways that contribute to an open, welcoming,
13
+ diverse, inclusive, and healthy community.
14
+
15
+ ## Our Standards
16
+
17
+ Examples of behavior that contributes to a positive environment for our
18
+ community include:
19
+
20
+ * Demonstrating empathy and kindness toward other people
21
+ * Being respectful of differing opinions, viewpoints, and experiences
22
+ * Giving and gracefully accepting constructive feedback
23
+ * Accepting responsibility and apologizing to those affected by our mistakes,
24
+ and learning from the experience
25
+ * Focusing on what is best not just for us as individuals, but for the overall
26
+ community
27
+
28
+ Examples of unacceptable behavior include:
29
+
30
+ * The use of sexualized language or imagery, and sexual attention or advances of
31
+ any kind
32
+ * Trolling, insulting or derogatory comments, and personal or political attacks
33
+ * Public or private harassment
34
+ * Publishing others' private information, such as a physical or email address,
35
+ without their explicit permission
36
+ * Other conduct which could reasonably be considered inappropriate in a
37
+ professional setting
38
+
39
+ ## Enforcement Responsibilities
40
+
41
+ Community leaders are responsible for clarifying and enforcing our standards of
42
+ acceptable behavior and will take appropriate and fair corrective action in
43
+ response to any behavior that they deem inappropriate, threatening, offensive,
44
+ or harmful.
45
+
46
+ Community leaders have the right and responsibility to remove, edit, or reject
47
+ comments, commits, code, wiki edits, issues, and other contributions that are
48
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
49
+ decisions when appropriate.
50
+
51
+ ## Scope
52
+
53
+ This Code of Conduct applies within all community spaces, and also applies when
54
+ an individual is officially representing the community in public spaces.
55
+ Examples of representing our community include using an official email address,
56
+ posting via an official social media account, or acting as an appointed
57
+ representative at an online or offline event.
58
+
59
+ ## Enforcement
60
+
61
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
+ reported to the community leaders responsible for enforcement at
63
+ [INSERT CONTACT METHOD].
64
+ All complaints will be reviewed and investigated promptly and fairly.
65
+
66
+ All community leaders are obligated to respect the privacy and security of the
67
+ reporter of any incident.
68
+
69
+ ## Enforcement Guidelines
70
+
71
+ Community leaders will follow these Community Impact Guidelines in determining
72
+ the consequences for any action they deem in violation of this Code of Conduct:
73
+
74
+ ### 1. Correction
75
+
76
+ **Community Impact**: Use of inappropriate language or other behavior deemed
77
+ unprofessional or unwelcome in the community.
78
+
79
+ **Consequence**: A private, written warning from community leaders, providing
80
+ clarity around the nature of the violation and an explanation of why the
81
+ behavior was inappropriate. A public apology may be requested.
82
+
83
+ ### 2. Warning
84
+
85
+ **Community Impact**: A violation through a single incident or series of
86
+ actions.
87
+
88
+ **Consequence**: A warning with consequences for continued behavior. No
89
+ interaction with the people involved, including unsolicited interaction with
90
+ those enforcing the Code of Conduct, for a specified period of time. This
91
+ includes avoiding interactions in community spaces as well as external channels
92
+ like social media. Violating these terms may lead to a temporary or permanent
93
+ ban.
94
+
95
+ ### 3. Temporary Ban
96
+
97
+ **Community Impact**: A serious violation of community standards, including
98
+ sustained inappropriate behavior.
99
+
100
+ **Consequence**: A temporary ban from any sort of interaction or public
101
+ communication with the community for a specified period of time. No public or
102
+ private interaction with the people involved, including unsolicited interaction
103
+ with those enforcing the Code of Conduct, is allowed during this period.
104
+ Violating these terms may lead to a permanent ban.
105
+
106
+ ### 4. Permanent Ban
107
+
108
+ **Community Impact**: Demonstrating a pattern of violation of community
109
+ standards, including sustained inappropriate behavior, harassment of an
110
+ individual, or aggression toward or disparagement of classes of individuals.
111
+
112
+ **Consequence**: A permanent ban from any sort of public interaction within the
113
+ community.
114
+
115
+ ## Attribution
116
+
117
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
+ version 2.1, available at
119
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
120
+
121
+ Community Impact Guidelines were inspired by
122
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123
+
124
+ For answers to common questions about this code of conduct, see the FAQ at
125
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126
+ [https://www.contributor-covenant.org/translations][translations].
127
+
128
+ [homepage]: https://www.contributor-covenant.org
129
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130
+ [Mozilla CoC]: https://github.com/mozilla/diversity
131
+ [FAQ]: https://www.contributor-covenant.org/faq
132
+ [translations]: https://www.contributor-covenant.org/translations
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Aleksei Zaitsev
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,83 @@
1
+ # MinitestSpecConverter
2
+
3
+ This gem helps to convert code in minitest or mixed style to minitest spec style.
4
+
5
+ Before conversion:
6
+
7
+ ```ruby
8
+ class TestMeme < Minitest::Test
9
+ def setup
10
+ @meme = Meme.new
11
+ end
12
+
13
+ def test_that_kitty_can_eat
14
+ assert_equal "OHAI!", @meme.i_can_has_cheezburger?
15
+ end
16
+
17
+ def test_that_it_will_not_blend
18
+ refute_match /^no/i, @meme.will_it_blend?
19
+ end
20
+ end
21
+ ```
22
+
23
+ After conversion:
24
+
25
+ ```ruby
26
+ describe Meme do
27
+ before do
28
+ @meme = Meme.new
29
+ end
30
+
31
+ describe "when asked about cheeseburgers" do
32
+ it "must respond positively" do
33
+ _(@meme.i_can_has_cheezburger?).must_equal "OHAI!"
34
+ end
35
+ end
36
+
37
+ describe "when asked about blending possibilities" do
38
+ it "won't say no" do
39
+ _(@meme.will_it_blend?).wont_match /^no/i
40
+ end
41
+ end
42
+ end
43
+ ```
44
+
45
+ ## Installation
46
+
47
+ TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
48
+
49
+ Install the gem and add to the application's Gemfile by executing:
50
+
51
+ $ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
52
+
53
+ If bundler is not being used to manage dependencies, install the gem by executing:
54
+
55
+ $ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
56
+
57
+ ## Usage
58
+
59
+ ```bash
60
+ minitest-spec-converter --dir ./path/to/your/test/directory
61
+ ```
62
+
63
+ It will format all the minitest test files in the directory to the minitest spec format. Directory argument is optional and defaults to the `./test`.
64
+
65
+ it is recommended to run `rubocop --fix` after running the converter to fix the formatting issues.
66
+
67
+ ## Development
68
+
69
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
70
+
71
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
72
+
73
+ ## Contributing
74
+
75
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/minitest_spec_converter. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/minitest_spec_converter/blob/master/CODE_OF_CONDUCT.md).
76
+
77
+ ## License
78
+
79
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
80
+
81
+ ## Code of Conduct
82
+
83
+ Everyone interacting in the MinitestSpecConverter project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/minitest_spec_converter/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "minitest/test_task"
5
+
6
+ Minitest::TestTask.create
7
+
8
+ require "standard/rake"
9
+
10
+ task default: %i[test standard]
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
4
+ require "minitest_spec_converter"
5
+
6
+ test_dir = ARGV[0] || "./test"
7
+ converter = MinitestSpecConverter::MassConverter.new(test_dir)
8
+ converter.convert
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "assertion_rewriter"
4
+
5
+ class AssertionConverter
6
+ def self.convert_assertions(content)
7
+ buffer = Parser::Source::Buffer.new("(example)", source: content)
8
+ parser = Unparser.parser
9
+ ast = parser.parse(buffer)
10
+
11
+ rewriter = AssertionRewriter.new
12
+ rewriter.rewrite(buffer, ast)
13
+ end
14
+ end
@@ -0,0 +1,100 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "parser/current"
4
+ require "unparser"
5
+
6
+ class AssertionRewriter < Parser::TreeRewriter
7
+ def on_send(node)
8
+ case node.children[1]
9
+ when :assert_equal
10
+ new_node = convert_to_spec_method(node, :must_equal)
11
+ when :assert_not_equal
12
+ new_node = convert_to_spec_method(node, :wont_equal)
13
+ when :assert_nil
14
+ new_node = convert_to_spec_method(node, :must_be_nil)
15
+ when :refute_nil
16
+ new_node = convert_to_spec_method(node, :wont_be_nil)
17
+ when :assert_empty
18
+ new_node = convert_to_spec_method(node, :must_be_empty)
19
+ when :refute_empty
20
+ new_node = convert_to_spec_method(node, :wont_be_empty)
21
+ when :assert_includes
22
+ new_node = convert_to_spec_method(node, :must_include, reverse: true)
23
+ when :refute_includes
24
+ new_node = convert_to_spec_method(node, :wont_include, reverse: true)
25
+ when :assert_match
26
+ new_node = convert_to_spec_method(node, :must_match)
27
+ when :refute_match
28
+ new_node = convert_to_spec_method(node, :wont_match)
29
+ when :assert_instance_of
30
+ new_node = convert_to_spec_method(node, :must_be_instance_of)
31
+ when :assert_kind_of
32
+ new_node = convert_to_spec_method(node, :must_be_kind_of)
33
+ when :refute_instance_of
34
+ new_node = convert_to_spec_method(node, :wont_be_instance_of)
35
+ when :refute_kind_of
36
+ new_node = convert_to_spec_method(node, :wont_be_kind_of)
37
+ when :assert
38
+ new_node = convert_to_spec_method(node, :must_equal, value: "true", reverse: true)
39
+ when :refute
40
+ new_node = convert_to_spec_method(node, :must_equal, value: "false", reverse: true)
41
+ when :assert_predicate
42
+ new_node = convert_to_spec_predicate_method(node, :must_be)
43
+ when :refute_predicate
44
+ new_node = convert_to_spec_predicate_method(node, :wont_be)
45
+ when :assert_operator
46
+ new_node = convert_to_spec_operator_method(node, :must_be)
47
+ when :refute_operator
48
+ new_node = convert_to_spec_operator_method(node, :wont_be)
49
+ else
50
+ return super
51
+ end
52
+
53
+ replace(node.location.expression, Unparser.unparse(new_node))
54
+ end
55
+
56
+ def on_block(node)
57
+ method_name = node.children[0].children[1]
58
+ return super unless %i[assert_raises refute_raises].include?(method_name)
59
+
60
+ new_method_name = (method_name == :assert_raises) ? :must_raise : :wont_raise
61
+ args = node.children[0].children[2..]
62
+ body = node.children[2]
63
+
64
+ code = <<~RUBY
65
+ proc do
66
+ #{Unparser.unparse(body)}
67
+ end.#{new_method_name} #{Unparser.unparse(args.first)}
68
+ RUBY
69
+
70
+ new_node = Unparser.parse(code)
71
+
72
+ replace(node.location.expression, Unparser.unparse(new_node))
73
+ end
74
+
75
+ private
76
+
77
+ def convert_to_spec_method(node, new_method, reverse: false, value: nil)
78
+ args = node.children[2..]
79
+ args.reverse! if reverse
80
+ obj = args.pop
81
+ args = [Parser::AST::Node.new(value)] if value
82
+ Parser::AST::Node.new(:send, [
83
+ Parser::AST::Node.new(:send, [nil, :_, obj]), new_method, *args
84
+ ])
85
+ end
86
+
87
+ def convert_to_spec_predicate_method(node, new_method)
88
+ obj, predicate = node.children[2], node.children[3]
89
+ Parser::AST::Node.new(:send, [
90
+ Parser::AST::Node.new(:send, [nil, :_, obj]), new_method, predicate
91
+ ])
92
+ end
93
+
94
+ def convert_to_spec_operator_method(node, new_method)
95
+ obj, operator, other = node.children[2], node.children[3], node.children[4]
96
+ Parser::AST::Node.new(:send, [
97
+ Parser::AST::Node.new(:send, [nil, :_, obj]), new_method, operator, other
98
+ ])
99
+ end
100
+ end
@@ -0,0 +1,41 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "assertion_converter"
4
+
5
+ module MinitestSpecConverter
6
+ class Converter
7
+ def initialize(file)
8
+ @file = file
9
+ end
10
+
11
+ def convert
12
+ content = File.read(@file)
13
+ converted_content = convert_content(content)
14
+ File.write(@file, converted_content)
15
+ puts "Converted: #{@file}"
16
+ end
17
+
18
+ private
19
+
20
+ def convert_content(content)
21
+ # Convert class definition to describe block
22
+ content.gsub!(/class (\w+Test) < Minitest::Test/) do
23
+ class_name = $1.gsub("Test", "")
24
+ "describe #{class_name} do"
25
+ end
26
+
27
+ # Convert test method definitions to it blocks
28
+ content.gsub!(/def test_(\w+)/) do
29
+ method_name = $1.tr("_", " ")
30
+ "it \"#{method_name}\" do"
31
+ end
32
+
33
+ # Convert setup to before block
34
+ content.gsub!("def setup\n", "before do\n")
35
+ content.gsub!("def teardown\n", "after do\n")
36
+
37
+ # Convert assertions
38
+ AssertionConverter.convert_assertions(content)
39
+ end
40
+ end
41
+ end
@@ -0,0 +1,43 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "fileutils"
4
+ require_relative "version"
5
+ require_relative "converter"
6
+
7
+ module MinitestSpecConverter
8
+ class MassConverter
9
+ def initialize(test_dir)
10
+ # check that dirrectory exists
11
+ unless Dir.exist?(test_dir)
12
+ puts "Directory must exist: #{test_dir}"
13
+ exit
14
+ end
15
+ @test_dir = test_dir
16
+ end
17
+
18
+ def convert
19
+ setup
20
+ get_all_files.each do |file|
21
+ puts "Converting: #{file}"
22
+ Converter.new(file).convert
23
+ end
24
+ cleanup
25
+ end
26
+
27
+ private
28
+
29
+ def setup
30
+ raise "directory must exits #{@test_dir}\e" unless Dir.exist?(@test_dir)
31
+ @start_time = Time.now
32
+ puts "Starting conversion at #{@start_time}"
33
+ end
34
+
35
+ def get_all_files
36
+ Dir.glob("#{@test_dir}/**/*_test.rb")
37
+ end
38
+
39
+ def cleanup
40
+ puts "Successfully converted all files in #{Time.now - @start_time} seconds"
41
+ end
42
+ end
43
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module MinitestSpecConverter
4
+ VERSION = "0.1.0"
5
+ end
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "minitest_spec_converter/version"
4
+ require_relative "minitest_spec_converter/mass_converter"
@@ -0,0 +1,4 @@
1
+ module MinitestSpecConverter
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,117 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: minitest-spec-converter
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Aleksei Zaitsev
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-08-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: fileutils
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: parser
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '3.3'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '3.3'
41
+ - !ruby/object:Gem::Dependency
42
+ name: unparser
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.6'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.6'
55
+ - !ruby/object:Gem::Dependency
56
+ name: byebug
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ description:
70
+ email:
71
+ - zaitsev.av.work@gmail.com
72
+ executables:
73
+ - minitest-spec-converter
74
+ extensions: []
75
+ extra_rdoc_files: []
76
+ files:
77
+ - ".standard.yml"
78
+ - CHANGELOG.md
79
+ - CODE_OF_CONDUCT.md
80
+ - LICENSE.txt
81
+ - README.md
82
+ - Rakefile
83
+ - exe/minitest-spec-converter
84
+ - lib/minitest_spec_converter.rb
85
+ - lib/minitest_spec_converter/assertion_converter.rb
86
+ - lib/minitest_spec_converter/assertion_rewriter.rb
87
+ - lib/minitest_spec_converter/converter.rb
88
+ - lib/minitest_spec_converter/mass_converter.rb
89
+ - lib/minitest_spec_converter/version.rb
90
+ - sig/minitest_spec_converter.rbs
91
+ homepage:
92
+ licenses:
93
+ - MIT
94
+ metadata:
95
+ homepage_uri: https://github.com/DrShnitzel/minitest-spec-converter
96
+ source_code_uri: https://github.com/DrShnitzel/minitest-spec-converter
97
+ changelog_uri: https://github.com/DrShnitzel/minitest-spec-converter/CHANGELOG.md
98
+ post_install_message:
99
+ rdoc_options: []
100
+ require_paths:
101
+ - lib
102
+ required_ruby_version: !ruby/object:Gem::Requirement
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: 3.0.0
107
+ required_rubygems_version: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - ">="
110
+ - !ruby/object:Gem::Version
111
+ version: '0'
112
+ requirements: []
113
+ rubygems_version: 3.3.7
114
+ signing_key:
115
+ specification_version: 4
116
+ summary: A gem to convert Minitest unit tests to spec style
117
+ test_files: []