I'm starting a new Rails 7 app and have about 150 tests on Minitest.
I've seen in some places people using in the terminal of command rails test
and other places recommending bundle exec rake test
I have some basic tests and when I run both commands in my terminal, the same exact things appear and I have the same amount of tests with the same test results.
So I'm wondering if there is any difference between the two on Rails 7?