module RSpec::Core::Subject::ExampleMethods

def _attribute_chain(attribute)

def _attribute_chain(attribute)
  attribute.to_s.split('.')
end