Don't Run Ruby Minitest Classes Twice!

Minitest is a very popular testing framework for Ruby applications. It provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. Minitest is the Ruby test standard library included in the Ruby 1.9 version.Minitest uses Ruby classes which supports inheritance. If a Minitest class inherits from another class, it will also inherit its methods causing Minitest to run the parent’s tests twice.
Don't Run Ruby Minitest Classes Twice! #ruby #rubydeveloper #rubyonrails #classes #minitest https://rubyonrails.ba/single/don-t-run-ruby-minitest-classes-twice

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles