class RSpec::Rails::Matchers::BeANew

def with(expected_attributes)

Other tags:
    See: RSpec::Rails::Matchers#be_a_new -

Other tags:
    Api: - public
def with(expected_attributes)
  attributes.merge!(expected_attributes)
  self
end