Skip to primary content

42

Web notebook about thoughts and discoveries in DevOps, SRE, Software Engineering….

42

Main menu

  • Home
  • About
  • contact
  • Links

Post navigation

← Previous Next →

Run a single Minitest test case

Posted on 12 October 2015 by kosmas
Email this to someone
email
Share on Facebook
Facebook
Tweet about this on Twitter
Twitter
Share on LinkedIn
Linkedin

Problem

You only want to run a single Minitest test instead of running the whole suit.

Solution

You can run the following to run your single Minitest:

1
rake test TEST=path/to_your/minitest.rb

Thanks to the post here

This entry was posted in Minitest, Ruby and tagged Minitest, ruby by kosmas. Bookmark the permalink.
Proudly powered by WordPress