Method: Webhookdb::SpecHelpers::Postgres.have_row

Defined in:
lib/webhookdb/spec_helpers/postgres.rb

.have_row(criteria) ⇒ Object



181
182
183
# File 'lib/webhookdb/spec_helpers/postgres.rb', line 181

module_function def have_row(criteria)
  return HaveRowMatcher.new(criteria)
end