Add new `RSpec/MissingExpectationTargetMethod` cop by krororo · Pull Request #1893 · rubocop/rubocop-rspec

I have noticed that we are using the wrong expect in our application. expect(something).kind_of? FooClass is_expected == 42 These will pass the test without error or warning, but the expected behav...