Skip to content

Instantly share code, notes, and snippets.

@chrisbloom7
Last active August 29, 2015 13:57
Show Gist options
  • Save chrisbloom7/9901118 to your computer and use it in GitHub Desktop.
Save chrisbloom7/9901118 to your computer and use it in GitHub Desktop.
Short description of the various tests (testunit, minitest) typically found in a Rails app
  • Unit tests are very narrowly focused on testing a single model
  • Functional tests are very narrowly focused on testing a single controller and the interactions between the models it employs
  • Integration tests are broad story-level tests that verify the interactions between the various actions supported by the application, across all controllers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment