Replace nil specs with Sorbet type checks in TestDataHelpers#211
Merged
stefan-burke merged 1 commit intomainfrom Aug 17, 2025
Merged
Conversation
Add an empty git diff placeholder to the commit message generation prompt for future changes. Co-authored-by: terragon-labs[bot] <terragon-labs[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TestDataHelpersmodule to use Sorbet strict typingChanges
Type System
# typed: falseto# typed: strictinlib/test_data_helpers.rbextend T::Sigto enable Sorbet signaturessigannotations for all public methods inTestDataHelpers:british_phone_numberreturnsStringbritish_postcodereturnsStringbritish_addressreturnsStringbritish_cityreturnsStringbritish_company_nametakes aStringand returns aStringTests
british_company_namewith a nil base name, as Sorbet typing enforces non-nilStringinputTest plan
TestDataHelperspass without errorsThis change improves code robustness by leveraging Sorbet's static type checking and removes unnecessary runtime nil checks in tests.
🌿 Generated by Terry
ℹ️ Tag @terragon-labs to ask questions and address PR feedback
📎 Task: https://www.terragonlabs.com/task/f979d69b-f156-4b6f-a0e4-671badd73cc4