Skip to content

Fix: Minitest::Spec with oneword dynamic classes#324

Merged
3v0k4 merged 2 commits intomainfrom
minitest
Jan 9, 2026
Merged

Fix: Minitest::Spec with oneword dynamic classes#324
3v0k4 merged 2 commits intomainfrom
minitest

Conversation

@3v0k4
Copy link
Copy Markdown
Contributor

@3v0k4 3v0k4 commented Jan 9, 2026

Description

Fixes #323

Checks

  • I added the changes to the UNRELEASED section of the CHANGELOG.md, including the needed bump (i.e., patch, minor, major)
  • I followed the architecture outlined below for RSpec in Queue Mode:
    • Pure: lib/knapsack_pro/pure/queue/rspec_pure.rb contains pure functions that are unit tested.
    • Extension: lib/knapsack_pro/extensions/rspec_extension.rb encapsulates calls to RSpec internals and is integration and E2E tested.
    • Runner: lib/knapsack_pro/runners/queue/rspec_runner.rb invokes the pure code and the extension to produce side effects, which are integration and E2E tested.

@3v0k4 3v0k4 changed the title fix: minitest spec with oneword dynamic class Fix: Minitest::Spec with oneword dynamic class Jan 9, 2026
@3v0k4 3v0k4 changed the title Fix: Minitest::Spec with oneword dynamic class Fix: Minitest::Spec with oneword dynamic classes Jan 9, 2026
@3v0k4 3v0k4 merged commit 4117391 into main Jan 9, 2026
@3v0k4 3v0k4 deleted the minitest branch January 9, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NoMethodError: undefined method 'gsub' for nil when using Minitest::Spec describe blocks

1 participant