5c1807711b2c0b8523248fe1de792614a398e7be
- 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.
README
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- Ruby version
- 3.2.6
- System dependencies
- node 18.x
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
- Build docker image with
docker build . -t redux-scraper-app
- ...
Description
Languages
Ruby
80%
HTML
10.8%
TypeScript
7.8%
JavaScript
0.7%
Shell
0.2%
Other
0.4%