File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 232
232
rubocop (~> 1.51 )
233
233
rubocop-sorbet (0.8.3 )
234
234
rubocop (>= 0.90.0 )
235
- ruby-lsp (0.17.7 )
235
+ ruby-lsp (0.17.9 )
236
236
language_server-protocol (~> 3.17.0 )
237
237
prism (>= 0.29.0 , < 0.31 )
238
238
rbs (>= 3 , < 4 )
Original file line number Diff line number Diff line change @@ -47,14 +47,8 @@ class User < ApplicationRecord
47
47
RUBY
48
48
49
49
assert_equal ( <<~CONTENT . chomp , response . contents . value )
50
- ```ruby
51
- User
52
- ```
53
-
54
- **Definitions**: [fake.rb](file:///fake.rb#L1,1-2,4)
55
50
[Schema](#{ URI ::Generic . from_path ( path : dummy_root + "/db/schema.rb" ) } )
56
51
57
-
58
52
**id**: integer (PK)
59
53
60
54
**first_name**: string
@@ -134,14 +128,8 @@ class CompositePrimaryKey < ApplicationRecord
134
128
RUBY
135
129
136
130
assert_equal ( <<~CONTENT . chomp , response . contents . value )
137
- ```ruby
138
- CompositePrimaryKey
139
- ```
140
-
141
- **Definitions**: [fake.rb](file:///fake.rb#L1,1-2,4)
142
131
[Schema](#{ URI ::Generic . from_path ( path : dummy_root + "/db/schema.rb" ) } )
143
132
144
-
145
133
**order_id**: integer (PK)
146
134
147
135
**product_id**: integer (PK)
You can’t perform that action at this time.
0 commit comments