Browse and adopt engineering standards, rules, and configurations. Fork to customize for your organization.
rails
Use Minitest for all tests. Do not add RSpec to the project. Minitest is: - Rails default, zero configuration - Faster boot time - Simpler syntax,...