Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perform_database_query_matcher should be truthy as long as one query …
…matches (activeadmin#8471) * perform_database_query_matcher should be truthy as long as one query matches Before this commit the order or SQL queries matter: - match, not match results in a false matching when it should be true * Update spec/support/matchers/perform_database_query_matcher.rb Co-authored-by: Javier Julio <[email protected]> --------- Co-authored-by: Javier Julio <[email protected]>
- Loading branch information