class RSpec::Rails::Matchers::BeValid

def matches?(actual)

def matches?(actual)
  @actual = actual
  actual.valid?(*@args)
end