We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To support additional testing frameworks, we'll have to split this gem into a few sub-gems that live in the same repository.
My current thinking is that we'll have the following:
ar-query-matchers-rspec
ar-query-matchers-core
ar-query-matchers-minitest
lib/ar_query_matchers/queries
MatcherErrors
To keep backward compatibility, the ar-query-matchers gem could include ar-query-matchers-rspec as a default.
ar-query-matchers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To support additional testing frameworks, we'll have to split this gem into a few sub-gems that live in the same repository.
My current thinking is that we'll have the following:
ar-query-matchers-rspec
ar-query-matchers-core
gem.ar-query-matchers-minitest
ar-query-matchers-core
gem.ar-query-matchers-core
lib/ar_query_matchers/queries
)MatcherErrors
module)To keep backward compatibility, the
ar-query-matchers
gem could includear-query-matchers-rspec
as a default.The text was updated successfully, but these errors were encountered: