Skip to content

Commit a452590

Browse files
benjaminwiladammathysstewartHarmony Evangelinajarednorman
committed
Add db-query-matchers gem
https://github.com/sds/db-query-matchers Co-authored-by: Adam Mueller <adam@super.gd> Co-authored-by: Andrew Stewart <andrew@super.gd> Co-authored-by: Harmony Evangelina <harmony@super.gd> Co-authored-by: Jared Norman <jared@super.gd> Co-authored-by: Kendra Riga <kendra@super.gd> Co-authored-by: Nick Van Doorn <nick@super.gd> Co-authored-by: Noah Silvera <noah@super.gd> Co-authored-by: Senem Soy <senem@super.gd> Co-authored-by: Sofia Besenski <sofia@super.gd> Co-authored-by: Tom Van Manen <tom@super.gd>
1 parent 489e527 commit a452590

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ gem 'pg', '~> 1.0', require: false if dbs.match?(/all|postgres/)
2121
gem 'fast_sqlite', require: false if dbs.match?(/all|sqlite/)
2222
gem 'sqlite3', '~> 1.4', require: false if dbs.match?(/all|sqlite/)
2323

24+
gem 'db-query-matchers'
25+
2426
gem 'database_cleaner', '~> 2.0', require: false
2527
gem 'rspec-activemodel-mocks', '~> 1.1', require: false
2628
gem 'rspec-rails', '~> 6.0.3', require: false

core/spec/rails_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
require 'rspec/rails'
1414
require 'rspec-activemodel-mocks'
1515
require 'database_cleaner'
16+
require 'db-query-matchers'
1617

1718
Dir["./spec/support/**/*.rb"].sort.each { |f| require f }
1819

0 commit comments

Comments
 (0)