Commit 3624628
authored
Expand RDoc::Attr#dd_alias test cases for aliased attributes access types (#1612)
This is a continuation of #1605.
The original PR ensured that aliased attr_accessor attributes have the
correct access type ('R' or 'W') instead of always being 'RW'.
This PR adds test cases to verify that aliased reader and writer
`RDoc::Attr`s are created with the correct access type ('R' or 'W').1 parent 52e0817 commit 3624628
1 file changed
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
195 | 199 | | |
196 | | - | |
197 | | - | |
| 200 | + | |
| 201 | + | |
198 | 202 | | |
199 | | - | |
| 203 | + | |
200 | 204 | | |
201 | | - | |
| 205 | + | |
202 | 206 | | |
203 | 207 | | |
204 | 208 | | |
0 commit comments