Skip to content

Comments

Rename core FixtureKit classes for simpler naming#11

Merged
ngan merged 1 commit intomainfrom
np-rename-fixture-core-types
Feb 21, 2026
Merged

Rename core FixtureKit classes for simpler naming#11
ngan merged 1 commit intomainfrom
np-rename-fixture-core-types

Conversation

@ngan
Copy link
Collaborator

@ngan ngan commented Feb 21, 2026

Summary

  • rename core classes to remove redundant Fixture prefixes:
    • FixtureKit::FixtureCache -> FixtureKit::Cache
    • FixtureKit::FixtureContext -> FixtureKit::DefinitionContext
    • FixtureKit::FixtureRegistry -> FixtureKit::Registry
    • FixtureKit::FixtureRunner -> FixtureKit::Runner
    • FixtureKit::FixtureSet -> FixtureKit::Repository
  • rename corresponding files under lib/fixture_kit/
  • update autoload paths in lib/fixture_kit.rb
  • update call sites across library code, RSpec integration, helpers, specs, and README

Testing

  • bundle exec rspec --fail-fast

Co-authored-by: Codex <codex@openai.com>
@ngan ngan merged commit 6ef4bb7 into main Feb 21, 2026
8 checks passed
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.

1 participant