-
Yasuo Honda authored
Even if tests are "skipped" by `Minitest::Assertions#skip` `ensure` is executed because tests methods are Ruby methods. Adding conditions outside of the test methods, entire test methods are executed only when they are necessary.
Yasuo Honda authoredEven if tests are "skipped" by `Minitest::Assertions#skip` `ensure` is executed because tests methods are Ruby methods. Adding conditions outside of the test methods, entire test methods are executed only when they are necessary.
Loading