Getting Started with Minitest
Minitest is a beautifully made test suite for writing tests to verify your expectations from your Ruby code base. Here’s how to run tests in Minitest.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Minitest is a beautifully made test suite for writing tests to verify your expectations from your Ruby code base. Here’s how to run tests in Minitest.
Post a comment