Skip to content

Commit 3440047

Browse files
authored
Merge pull request #63 from blocknotes/test/minor-test-suite-updates
test: Minor test suite updates
2 parents 6b13d69 + 21f2b35 commit 3440047

47 files changed

Lines changed: 431 additions & 339 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherit_from:
22
- https://relaxed.ruby.style/rubocop.yml
33

4-
require:
4+
plugins:
55
- rubocop-rspec
66

77
AllCops:

gemfiles/mssql_ruby30_rails61.gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
concurrent-ruby (1.3.4)
9797
crass (1.0.6)
9898
date (3.4.1)
99-
diff-lcs (1.6.0)
99+
diff-lcs (1.6.1)
100100
docile (1.4.1)
101101
erubi (1.13.1)
102102
factory_bot (6.5.1)
@@ -117,7 +117,7 @@ GEM
117117
json (2.10.2)
118118
language_server-protocol (3.17.0.4)
119119
lint_roller (1.1.0)
120-
logger (1.6.6)
120+
logger (1.7.0)
121121
loofah (2.24.0)
122122
crass (~> 1.0.2)
123123
nokogiri (>= 1.12.0)
@@ -157,10 +157,11 @@ GEM
157157
nokogiri (1.17.2-x86_64-linux)
158158
racc (~> 1.4)
159159
parallel (1.26.3)
160-
parser (3.3.7.2)
160+
parser (3.3.7.3)
161161
ast (~> 2.4.1)
162162
racc
163163
pg (1.5.9)
164+
prism (1.4.0)
164165
pry (0.15.2)
165166
coderay (~> 1.1)
166167
method_source (~> 1.0)
@@ -224,19 +225,20 @@ GEM
224225
rspec-support (3.13.2)
225226
rspec_junit_formatter (0.6.0)
226227
rspec-core (>= 2, < 4, != 2.12.0)
227-
rubocop (1.74.0)
228+
rubocop (1.75.1)
228229
json (~> 2.3)
229230
language_server-protocol (~> 3.17.0.2)
230231
lint_roller (~> 1.1.0)
231232
parallel (~> 1.10)
232233
parser (>= 3.3.0.2)
233234
rainbow (>= 2.2.2, < 4.0)
234235
regexp_parser (>= 2.9.3, < 3.0)
235-
rubocop-ast (>= 1.38.0, < 2.0)
236+
rubocop-ast (>= 1.43.0, < 2.0)
236237
ruby-progressbar (~> 1.7)
237238
unicode-display_width (>= 2.4.0, < 4.0)
238-
rubocop-ast (1.41.0)
239+
rubocop-ast (1.43.0)
239240
parser (>= 3.3.7.2)
241+
prism (~> 1.4)
240242
rubocop-packaging (0.6.0)
241243
lint_roller (~> 1.1.0)
242244
rubocop (>= 1.72.1, < 2.0)

gemfiles/mssql_ruby30_rails70.gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GEM
102102
concurrent-ruby (1.3.4)
103103
crass (1.0.6)
104104
date (3.4.1)
105-
diff-lcs (1.6.0)
105+
diff-lcs (1.6.1)
106106
docile (1.4.1)
107107
erubi (1.13.1)
108108
factory_bot (6.5.1)
@@ -123,7 +123,7 @@ GEM
123123
json (2.10.2)
124124
language_server-protocol (3.17.0.4)
125125
lint_roller (1.1.0)
126-
logger (1.6.6)
126+
logger (1.7.0)
127127
loofah (2.24.0)
128128
crass (~> 1.0.2)
129129
nokogiri (>= 1.12.0)
@@ -163,10 +163,11 @@ GEM
163163
nokogiri (1.17.2-x86_64-linux)
164164
racc (~> 1.4)
165165
parallel (1.26.3)
166-
parser (3.3.7.2)
166+
parser (3.3.7.3)
167167
ast (~> 2.4.1)
168168
racc
169169
pg (1.5.9)
170+
prism (1.4.0)
170171
pry (0.15.2)
171172
coderay (~> 1.1)
172173
method_source (~> 1.0)
@@ -230,19 +231,20 @@ GEM
230231
rspec-support (3.13.2)
231232
rspec_junit_formatter (0.6.0)
232233
rspec-core (>= 2, < 4, != 2.12.0)
233-
rubocop (1.74.0)
234+
rubocop (1.75.1)
234235
json (~> 2.3)
235236
language_server-protocol (~> 3.17.0.2)
236237
lint_roller (~> 1.1.0)
237238
parallel (~> 1.10)
238239
parser (>= 3.3.0.2)
239240
rainbow (>= 2.2.2, < 4.0)
240241
regexp_parser (>= 2.9.3, < 3.0)
241-
rubocop-ast (>= 1.38.0, < 2.0)
242+
rubocop-ast (>= 1.43.0, < 2.0)
242243
ruby-progressbar (~> 1.7)
243244
unicode-display_width (>= 2.4.0, < 4.0)
244-
rubocop-ast (1.41.0)
245+
rubocop-ast (1.43.0)
245246
parser (>= 3.3.7.2)
247+
prism (~> 1.4)
246248
rubocop-packaging (0.6.0)
247249
lint_roller (~> 1.1.0)
248250
rubocop (>= 1.72.1, < 2.0)

gemfiles/mssql_ruby32_rails61.gemfile.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
concurrent-ruby (1.3.4)
9797
crass (1.0.6)
9898
date (3.4.1)
99-
diff-lcs (1.6.0)
99+
diff-lcs (1.6.1)
100100
docile (1.4.1)
101101
erubi (1.13.1)
102102
factory_bot (6.5.1)
@@ -124,7 +124,7 @@ GEM
124124
json (2.10.2)
125125
language_server-protocol (3.17.0.4)
126126
lint_roller (1.1.0)
127-
logger (1.6.6)
127+
logger (1.7.0)
128128
loofah (2.24.0)
129129
crass (~> 1.0.2)
130130
nokogiri (>= 1.12.0)
@@ -153,27 +153,28 @@ GEM
153153
net-smtp (0.5.1)
154154
net-protocol
155155
nio4r (2.7.4)
156-
nokogiri (1.18.5-aarch64-linux-gnu)
156+
nokogiri (1.18.6-aarch64-linux-gnu)
157157
racc (~> 1.4)
158-
nokogiri (1.18.5-aarch64-linux-musl)
158+
nokogiri (1.18.6-aarch64-linux-musl)
159159
racc (~> 1.4)
160-
nokogiri (1.18.5-arm-linux-gnu)
160+
nokogiri (1.18.6-arm-linux-gnu)
161161
racc (~> 1.4)
162-
nokogiri (1.18.5-arm-linux-musl)
162+
nokogiri (1.18.6-arm-linux-musl)
163163
racc (~> 1.4)
164-
nokogiri (1.18.5-arm64-darwin)
164+
nokogiri (1.18.6-arm64-darwin)
165165
racc (~> 1.4)
166-
nokogiri (1.18.5-x86_64-darwin)
166+
nokogiri (1.18.6-x86_64-darwin)
167167
racc (~> 1.4)
168-
nokogiri (1.18.5-x86_64-linux-gnu)
168+
nokogiri (1.18.6-x86_64-linux-gnu)
169169
racc (~> 1.4)
170-
nokogiri (1.18.5-x86_64-linux-musl)
170+
nokogiri (1.18.6-x86_64-linux-musl)
171171
racc (~> 1.4)
172172
parallel (1.26.3)
173-
parser (3.3.7.2)
173+
parser (3.3.7.3)
174174
ast (~> 2.4.1)
175175
racc
176176
pg (1.5.9)
177+
prism (1.4.0)
177178
pry (0.15.2)
178179
coderay (~> 1.1)
179180
method_source (~> 1.0)
@@ -237,19 +238,20 @@ GEM
237238
rspec-support (3.13.2)
238239
rspec_junit_formatter (0.6.0)
239240
rspec-core (>= 2, < 4, != 2.12.0)
240-
rubocop (1.74.0)
241+
rubocop (1.75.1)
241242
json (~> 2.3)
242243
language_server-protocol (~> 3.17.0.2)
243244
lint_roller (~> 1.1.0)
244245
parallel (~> 1.10)
245246
parser (>= 3.3.0.2)
246247
rainbow (>= 2.2.2, < 4.0)
247248
regexp_parser (>= 2.9.3, < 3.0)
248-
rubocop-ast (>= 1.38.0, < 2.0)
249+
rubocop-ast (>= 1.43.0, < 2.0)
249250
ruby-progressbar (~> 1.7)
250251
unicode-display_width (>= 2.4.0, < 4.0)
251-
rubocop-ast (1.41.0)
252+
rubocop-ast (1.43.0)
252253
parser (>= 3.3.7.2)
254+
prism (~> 1.4)
253255
rubocop-packaging (0.6.0)
254256
lint_roller (~> 1.1.0)
255257
rubocop (>= 1.72.1, < 2.0)

gemfiles/mssql_ruby32_rails70.gemfile.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GEM
102102
concurrent-ruby (1.3.4)
103103
crass (1.0.6)
104104
date (3.4.1)
105-
diff-lcs (1.6.0)
105+
diff-lcs (1.6.1)
106106
docile (1.4.1)
107107
erubi (1.13.1)
108108
factory_bot (6.5.1)
@@ -130,7 +130,7 @@ GEM
130130
json (2.10.2)
131131
language_server-protocol (3.17.0.4)
132132
lint_roller (1.1.0)
133-
logger (1.6.6)
133+
logger (1.7.0)
134134
loofah (2.24.0)
135135
crass (~> 1.0.2)
136136
nokogiri (>= 1.12.0)
@@ -159,27 +159,28 @@ GEM
159159
net-smtp (0.5.1)
160160
net-protocol
161161
nio4r (2.7.4)
162-
nokogiri (1.18.5-aarch64-linux-gnu)
162+
nokogiri (1.18.6-aarch64-linux-gnu)
163163
racc (~> 1.4)
164-
nokogiri (1.18.5-aarch64-linux-musl)
164+
nokogiri (1.18.6-aarch64-linux-musl)
165165
racc (~> 1.4)
166-
nokogiri (1.18.5-arm-linux-gnu)
166+
nokogiri (1.18.6-arm-linux-gnu)
167167
racc (~> 1.4)
168-
nokogiri (1.18.5-arm-linux-musl)
168+
nokogiri (1.18.6-arm-linux-musl)
169169
racc (~> 1.4)
170-
nokogiri (1.18.5-arm64-darwin)
170+
nokogiri (1.18.6-arm64-darwin)
171171
racc (~> 1.4)
172-
nokogiri (1.18.5-x86_64-darwin)
172+
nokogiri (1.18.6-x86_64-darwin)
173173
racc (~> 1.4)
174-
nokogiri (1.18.5-x86_64-linux-gnu)
174+
nokogiri (1.18.6-x86_64-linux-gnu)
175175
racc (~> 1.4)
176-
nokogiri (1.18.5-x86_64-linux-musl)
176+
nokogiri (1.18.6-x86_64-linux-musl)
177177
racc (~> 1.4)
178178
parallel (1.26.3)
179-
parser (3.3.7.2)
179+
parser (3.3.7.3)
180180
ast (~> 2.4.1)
181181
racc
182182
pg (1.5.9)
183+
prism (1.4.0)
183184
pry (0.15.2)
184185
coderay (~> 1.1)
185186
method_source (~> 1.0)
@@ -243,19 +244,20 @@ GEM
243244
rspec-support (3.13.2)
244245
rspec_junit_formatter (0.6.0)
245246
rspec-core (>= 2, < 4, != 2.12.0)
246-
rubocop (1.74.0)
247+
rubocop (1.75.1)
247248
json (~> 2.3)
248249
language_server-protocol (~> 3.17.0.2)
249250
lint_roller (~> 1.1.0)
250251
parallel (~> 1.10)
251252
parser (>= 3.3.0.2)
252253
rainbow (>= 2.2.2, < 4.0)
253254
regexp_parser (>= 2.9.3, < 3.0)
254-
rubocop-ast (>= 1.38.0, < 2.0)
255+
rubocop-ast (>= 1.43.0, < 2.0)
255256
ruby-progressbar (~> 1.7)
256257
unicode-display_width (>= 2.4.0, < 4.0)
257-
rubocop-ast (1.41.0)
258+
rubocop-ast (1.43.0)
258259
parser (>= 3.3.7.2)
260+
prism (~> 1.4)
259261
rubocop-packaging (0.6.0)
260262
lint_roller (~> 1.1.0)
261263
rubocop (>= 1.72.1, < 2.0)

gemfiles/mssql_ruby32_rails80.gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GEM
109109
connection_pool (2.5.0)
110110
crass (1.0.6)
111111
date (3.4.1)
112-
diff-lcs (1.6.0)
112+
diff-lcs (1.6.1)
113113
docile (1.4.1)
114114
drb (2.2.1)
115115
erubi (1.13.1)
@@ -143,7 +143,7 @@ GEM
143143
json (2.10.2)
144144
language_server-protocol (3.17.0.4)
145145
lint_roller (1.1.0)
146-
logger (1.6.6)
146+
logger (1.7.0)
147147
loofah (2.24.0)
148148
crass (~> 1.0.2)
149149
nokogiri (>= 1.12.0)
@@ -172,30 +172,31 @@ GEM
172172
net-smtp (0.5.1)
173173
net-protocol
174174
nio4r (2.7.4)
175-
nokogiri (1.18.5-aarch64-linux-gnu)
175+
nokogiri (1.18.6-aarch64-linux-gnu)
176176
racc (~> 1.4)
177-
nokogiri (1.18.5-aarch64-linux-musl)
177+
nokogiri (1.18.6-aarch64-linux-musl)
178178
racc (~> 1.4)
179-
nokogiri (1.18.5-arm-linux-gnu)
179+
nokogiri (1.18.6-arm-linux-gnu)
180180
racc (~> 1.4)
181-
nokogiri (1.18.5-arm-linux-musl)
181+
nokogiri (1.18.6-arm-linux-musl)
182182
racc (~> 1.4)
183-
nokogiri (1.18.5-arm64-darwin)
183+
nokogiri (1.18.6-arm64-darwin)
184184
racc (~> 1.4)
185-
nokogiri (1.18.5-x86_64-darwin)
185+
nokogiri (1.18.6-x86_64-darwin)
186186
racc (~> 1.4)
187-
nokogiri (1.18.5-x86_64-linux-gnu)
187+
nokogiri (1.18.6-x86_64-linux-gnu)
188188
racc (~> 1.4)
189-
nokogiri (1.18.5-x86_64-linux-musl)
189+
nokogiri (1.18.6-x86_64-linux-musl)
190190
racc (~> 1.4)
191191
parallel (1.26.3)
192-
parser (3.3.7.2)
192+
parser (3.3.7.3)
193193
ast (~> 2.4.1)
194194
racc
195195
pg (1.5.9)
196196
pp (0.6.2)
197197
prettyprint
198198
prettyprint (0.2.0)
199+
prism (1.4.0)
199200
pry (0.15.2)
200201
coderay (~> 1.1)
201202
method_source (~> 1.0)
@@ -272,19 +273,20 @@ GEM
272273
rspec-support (3.13.2)
273274
rspec_junit_formatter (0.6.0)
274275
rspec-core (>= 2, < 4, != 2.12.0)
275-
rubocop (1.74.0)
276+
rubocop (1.75.1)
276277
json (~> 2.3)
277278
language_server-protocol (~> 3.17.0.2)
278279
lint_roller (~> 1.1.0)
279280
parallel (~> 1.10)
280281
parser (>= 3.3.0.2)
281282
rainbow (>= 2.2.2, < 4.0)
282283
regexp_parser (>= 2.9.3, < 3.0)
283-
rubocop-ast (>= 1.38.0, < 2.0)
284+
rubocop-ast (>= 1.43.0, < 2.0)
284285
ruby-progressbar (~> 1.7)
285286
unicode-display_width (>= 2.4.0, < 4.0)
286-
rubocop-ast (1.41.0)
287+
rubocop-ast (1.43.0)
287288
parser (>= 3.3.7.2)
289+
prism (~> 1.4)
288290
rubocop-packaging (0.6.0)
289291
lint_roller (~> 1.1.0)
290292
rubocop (>= 1.72.1, < 2.0)
@@ -339,7 +341,7 @@ GEM
339341
sqlite3 (2.6.0-x86_64-darwin)
340342
sqlite3 (2.6.0-x86_64-linux-gnu)
341343
sqlite3 (2.6.0-x86_64-linux-musl)
342-
stringio (3.1.5)
344+
stringio (3.1.6)
343345
thor (1.3.2)
344346
timeout (0.4.3)
345347
tiny_tds (3.2.0)

0 commit comments

Comments
 (0)