Skip to content

Conversation

@weppos
Copy link
Member

@weppos weppos commented Jan 14, 2026

Replace RSpec with Minitest::Spec for the entire test suite.

Replace RSpec with Minitest::Spec for the entire test suite.
Replace describe/it DSL with classic class-based Minitest::Test style
for clearer, more explicit test structure.
Add a `test` class method to Minitest::Test that allows defining tests
using `test "description" do` syntax instead of `def test_xxx`.

This provides more readable test names while maintaining compatibility
with Minitest::Test class-based structure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant