Skip to content

meleu/effective-software-testing-ruby

Repository files navigation

Effective Software Testing (Ruby)

This repo contains the code examples from "Effective Software Testing" book (by Mauricio Aniche), but using Ruby/Minitest instead of Java/JUnit.

Table of Contents

Chapter Notes

Each directory of this repo refers to a chapter of the book and contains its own README. There you can see the main takeaways I took from each chapter (and maybe some caveats about the code translation).

Dependencies

The code in this repository was tested in Ruby 3.1.2 and Minitest 5.18. For more details, check the Gemfile.

About

The examples from "Effective Software Testing" book (by Aniche), but written in Ruby and Minitest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages