- Added `rspec-sorbet` gem to the Gemfile for improved type checking in tests. - Updated various Ruby files to enforce strict typing with Sorbet, enhancing type safety. - Refactored job classes and models to include type signatures, ensuring better type checking and documentation. - Modified tests to utilize RSpec-Sorbet features, improving clarity and maintainability. These changes aim to enhance the overall stability and maintainability of the codebase.
6 lines
152 B
Ruby
6 lines
152 B
Ruby
# # manually require files in lib for tapioca
|
|
# Dir
|
|
# .glob(File.join("app", "lib", "**", "*.rb"))
|
|
# .sort
|
|
# .each { |file| require "./#{file}" }
|