Skip to content

Getting Started with Rails 7 Episode 17: Refactor Tests

This is the 17th video in the Getting Started with Rails 7 series. In this video Mike refactors the existing tests to move shared tests between models to a helper module that both test classes include. In addition, he creates a method to test that all fixtures are valid for each model. After that, he … Continued