From 456c152cbb6508e6be1ca9e50001e8377858e216 Mon Sep 17 00:00:00 2001 From: Henric Trotzig Date: Mon, 4 Jun 2018 10:21:12 +0200 Subject: [PATCH] Mention ActiveRecord early in README Fixes the confusion raised in #29 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6130f5e..71f15b2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Code Climate](https://codeclimate.com/github/brigade/db-query-matchers.png)](https://codeclimate.com/github/brigade/db-query-matchers) [![Dependency Status](https://gemnasium.com/brigade/db-query-matchers.png)](https://gemnasium.com/brigade/db-query-matchers) -RSpec matchers for database queries. +RSpec matchers for database queries made by ActiveRecord. ## Installation