DEV Community

Burdette Lamar
Burdette Lamar

Posted on

1 3

Ruby Gem minitest_log v1.0 Released

I have released v1.0 of gem minitest_log, (code and documentation on GitHub).

The gem gives you three things:

  • Nested sections: Use nested sections to structure your test (and, importantly, its log), so that the test can "tell its story" clearly.
  • Data explication: Use data-logging methods to log objects. Most collections (Array, Hash, etc.) are automatically logged in detail.
  • (And of course) Verdicts: Use verdict methods to express assertions. Details for the verdict are logged, whether passed or failed.

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay