module RSpec::Rails::Matchers

def be_valid(*args)

Other tags:
    Api: - public
def be_valid(*args)
  BeValid.new(*args)
end