class RuboCop::Cop::RSpec::IteratedExpectation

def single_expectation?(body, arg)

def single_expectation?(body, arg)
  expectation?(body, arg)
end