Sha256: 923fcd4437895b914f664e4c990a092d8f6804f68800a454b21864cd4a5510fb

Contents?: true

Size: 850 Bytes

Versions: 15

Compression:

Stored size: 850 Bytes

Contents

# Story

TODO: link to the internal story

## Related

TODO: links to related PRs or issues

# Description

TODO

# Changes

TODO: changes introduced by this PR

# Checklist reminder

- [ ] You added the changes to the `UNRELEASED` section of the `CHANGELOG.md`, including the needed bump (ie, patch, minor, major)
- [ ] You follow the architecture outlined below for RSpec in Queue Mode, which is a work in progress (feel free to propose changes):
  - 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.

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
knapsack_pro-7.14.0 .github/pull_request_template.md
knapsack_pro-7.13.1 .github/pull_request_template.md
knapsack_pro-7.13.0 .github/pull_request_template.md
knapsack_pro-7.12.1 .github/pull_request_template.md
knapsack_pro-7.12.0 .github/pull_request_template.md
knapsack_pro-7.11.0 .github/pull_request_template.md
knapsack_pro-7.10.0 .github/pull_request_template.md
knapsack_pro-7.9.0 .github/pull_request_template.md
knapsack_pro-7.8.2 .github/pull_request_template.md
knapsack_pro-7.8.1 .github/pull_request_template.md
knapsack_pro-7.8.0 .github/pull_request_template.md
knapsack_pro-7.7.0 .github/pull_request_template.md
knapsack_pro-7.6.2 .github/pull_request_template.md
knapsack_pro-7.6.1 .github/pull_request_template.md
knapsack_pro-7.6.0 .github/pull_request_template.md