module RSpec::Core::MemoizedHelpers
def subject
- See: #should -
Other tags:
- Note: - `subject` was contributed by Joe Ferris to support the one-liner
def subject raise NotImplementedError, 'This definition is here for documentation purposes only' ' - it is overriden anyway below when this module gets included.' end