Rails 5 - Controller Test Are Same as Integration Tests?

Dear All,

Just to confirm the subject, since I am new to Rails 5 (coming from Rails 4)…

The scaffold for controllers generates test cases that derive from “ActionDispatch::IntegrationTest”, which makes the controller tests

being, in fact, integration tests. Am I right? Basically, I understand that Rails 5 favours integration tests over old style controller unit tests.

Correct?

It’s awesome if it does, btw.

Best

Pano