Skip to content

Conversation

@afuno
Copy link
Member

@afuno afuno commented Jul 6, 2025

No description provided.

@afuno afuno self-assigned this Jul 6, 2025
@afuno afuno added the feature label Jul 6, 2025
afuno added 9 commits July 6, 2025 22:53
…nent

- Cleaned up outdated and unnecessary comments in `page_header_component.rb`.
- Removed unused descriptive comments in `section_card_component.rb` for clarity.
- Simplifies the codebase by eliminating non-informative comments.
- Required `view_component` in `spec_helper.rb` to enable testing for components.
- Ensures that ViewComponent-related tests are properly set up.
- Introduced `FullNameService` which constructs a full name from `first_name` and `last_name` inputs.
- Added request specs for `ServicesController` to test service endpoints.
- Updated dependencies in `gemspec` and `Gemfile.lock`, adding `rspec-rails` for Rails-specific testing functionality.
- Adjusted the require order in `spec_helper.rb` by moving `servactory` to be loaded before `view_component`.
- Ensures proper dependency loading and prevents potential errors during tests.
- Rearranged require statements in `spec_helper.rb` to ensure `servactory` is loaded before `view_component`.
- Fixes potential loading issues during testing by maintaining dependency order integrity.
- Downgraded `rspec-rails` development dependency from `>= 8.0` to `>= 7.0` in `servactory-web.gemspec`.
- Updated `Gemfile.lock` to reflect this change.
- Ensures compatibility with older versions of `rspec-rails` while maintaining functionality.
@afuno afuno marked this pull request as ready for review July 6, 2025 18:42
@afuno afuno merged commit bdab07f into main Jul 6, 2025
14 checks passed
@afuno afuno deleted the features/SRV-275/view_component branch July 6, 2025 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants