module RSpec::Core::MemoizedHelpers

def is_expected

Other tags:
    Note: - This only works if you are using rspec-expectations.

Other tags:
    See: #should_not -
    See: #should -
    See: #subject -
def is_expected
  expect(subject)
end