class RSpec::Rails::Matchers::BeANew
def with(expected_attributes)
- See: RSpec::Rails::Matchers#be_a_new -
Other tags:
- Api: - public
def with(expected_attributes) attributes.merge!(expected_attributes) self end
def with(expected_attributes) attributes.merge!(expected_attributes) self end