Closed bannable closed 3 years ago
Using raise_error without an explicit error can result in false positive passes if the method under test raises any error, not just the that is interesting to the spec.
Using raise_error without an explicit error can result in false positive passes if the method under test raises any error, not just the that is interesting to the spec.