Add testing utilities and improve test coverage with FactoryBot integration
- Added `shoulda-matchers` for enhanced RSpec testing capabilities. - Introduced `factory_bot_rails` for easier test data creation. - Created factories for `HttpLogEntry`, `BlobEntry`, and `Domain::Fa::Post` models. - Updated `rails_helper.rb` to include FactoryBot methods and configure Shoulda matchers. - Enhanced `HttpLogEntry` model with a new `response_size` method. - Refactored `justfile` to include parallel test execution. - Improved `Gemfile` and `Gemfile.lock` with new testing gems.
This commit is contained in:
Reference in New Issue
Block a user