class RSpec::Rails::Matchers::BeANew

def initialize(expected)

Other tags:
    Private: -
def initialize(expected)
  @expected = expected
end