rubocop / minitest-style-guide

Best practices for writing your tests
https://minitest.rubystyle.guide
70 stars 15 forks source link

Added style guide for Refute-In-Delta and updated description for Assert In Delta #13

Closed abhaynikam closed 5 years ago

abhaynikam commented 5 years ago

Similar to Assert In Delta. Ref: https://github.com/seattlerb/minitest/blob/master/lib/minitest/assertions.rb#L578

bbatsov commented 5 years ago

The changes look good, but your branch has to be rebased on top of the current master branch due to merge conflicts.

abhaynikam commented 5 years ago

I'll rebase the branch and ping you. Thanks, @bbatsov

abhaynikam commented 5 years ago

@bbatsov : Rebased PR. Please have a look.