Skip to content

Instantly share code, notes, and snippets.

@shime
Created September 30, 2014 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shime/3f78e0ce6c572b6e94bd to your computer and use it in GitHub Desktop.
Save shime/3f78e0ce6c572b6e94bd to your computer and use it in GitHub Desktop.
run the minitest test suite without rake

To run bunch of Minitest tests in one go, without using Rake, use this command

$ ruby -e 'ARGV.each { |path| require "./#{path}" }' test/*.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment