module RSpec::Core::Subject

def subject

def subject
  using_attribute? ? attribute_of_subject : original_subject
end