Skip to content

Instantly share code, notes, and snippets.

@BrentonEarl
Last active August 29, 2015 14:10
Show Gist options
  • Save BrentonEarl/03232b8762e87a6f8d9b to your computer and use it in GitHub Desktop.
Save BrentonEarl/03232b8762e87a6f8d9b to your computer and use it in GitHub Desktop.
Run specific Minitest Unit Test or Spec
Given unit tests are located in the test/ directory.
In Shell:
$ ruby test/test_test.rb --name name_of_test_method
-----------------------
Or for all in that spec, simply:
In Shell:
$ ruby test/test_test.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment