Skip to content

RSpec (Queue): Avoid init if queue already exists#326

Merged
3v0k4 merged 9 commits intomainfrom
init
Feb 5, 2026
Merged

RSpec (Queue): Avoid init if queue already exists#326
3v0k4 merged 9 commits intomainfrom
init

Conversation

@3v0k4
Copy link
Copy Markdown
Contributor

@3v0k4 3v0k4 commented Feb 2, 2026

Description

.

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 init RSpec (Queue): Avoid init if queue already exists Feb 2, 2026
Comment thread rails-app-with-knapsack_pro/Gemfile.lock
Copy link
Copy Markdown
Member

@ArturT ArturT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks great.

@3v0k4 3v0k4 merged commit 41f1f64 into main Feb 5, 2026
25 checks passed
@3v0k4 3v0k4 deleted the init branch February 5, 2026 15:16
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.

2 participants