You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
Adopt A Tree currently has both Minitest tests (under /tests) and Rspec tests (under /specs). The Rspec tests are generally newer and cover greater variety of test types (model, controller, and behavioral), while the Minitest tests only cover controllers and one performance test. Minitest tests should be converted to be Rspec specs.
The text was updated successfully, but these errors were encountered:
Adopt A Tree currently has both Minitest tests (under
/tests
) and Rspec tests (under/specs
). The Rspec tests are generally newer and cover greater variety of test types (model, controller, and behavioral), while the Minitest tests only cover controllers and one performance test. Minitest tests should be converted to be Rspec specs.The text was updated successfully, but these errors were encountered: