Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress RuboCop's deprecation warning
Follow up rubocop/rubocop#13244. This PR suppresses the following RuboCop's deprecation warning: ```console $ bundle exec rake /Users/koic/src/github.com/rubocop/rubocop-md/test/markdown_assertions.rb:74: warning: `Team.new` with cop classes is deprecated. Use `Team.mobilize` instead. ```
- Loading branch information