File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ CI] ( https://github.com/keygen-sh/sql_matchers/actions/workflows/test.yml/badge.svg )] ( https://github.com/keygen-sh/sql_matchers/actions )
4
4
[ ![ Gem Version] ( https://badge.fury.io/rb/sql_matchers.svg )] ( https://badge.fury.io/rb/sql_matchers )
5
5
6
- Use ` sql_matchers ` to assert number of queries as well as SQL-level assertions
7
- in RSpec.
6
+ Use ` sql_matchers ` for query assertions and SQL matchers for RSpec.
8
7
9
8
This gem was extracted from [ Keygen] ( https://keygen.sh ) .
10
9
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
7
7
spec . version = SqlMatchers ::VERSION
8
8
spec . authors = [ 'Zeke Gabrielse' ]
9
9
spec . email = [ '[email protected] ' ]
10
- spec . summary = 'Query and SQL matchers for RSpec.'
11
- spec . description = 'Query and SQL matchers for RSpec.'
10
+ spec . summary = 'Query assertions and SQL matchers for RSpec.'
11
+ spec . description = 'Query assertions and SQL matchers for RSpec.'
12
12
spec . homepage = 'https://github.com/keygen-sh/sql_matchers'
13
13
spec . license = 'MIT'
14
14
You can’t perform that action at this time.
0 commit comments