Why is Rails 5.1 taking too long to run test cases?

Before coming to Rails 5.1, we used rails 4.2. And I am already using spring gem to run test cases quickly. They ran for a very short time before heading to Rails 5.1.

Test cases are too slow after upgrading to Rails 5.1 . I am using Minitest for automation tests. Any help would be appreciated.

+3


source to share





All Articles