module RSpec::Core::Subject

def using_attribute?

def using_attribute?
  running_example.in_block? &&
  running_example.metadata[:attribute_of_subject]
end