Share behavior between your Rails tests using modules
If you’re using the Minitest framework with Rails, you can share common behavior between tests using Ruby modules. Find out the simple setup to make it work.
If you’re using the Minitest framework with Rails, you can share common behavior between tests using Ruby modules. Find out the simple setup to make it work.