mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
77ca2815f5
previously the tests with and without a custom `inheritance_column` used the same models. Since the model then has both fields this can lead to false positives.
20 lines
No EOL
292 B
YAML
20 lines
No EOL
292 B
YAML
first_cucumber:
|
|
id: 1
|
|
custom_type: Cucumber
|
|
name: 'my cucumber'
|
|
|
|
first_cabbage:
|
|
id: 2
|
|
custom_type: Cabbage
|
|
name: 'my cabbage'
|
|
|
|
second_cabbage:
|
|
id: 3
|
|
custom_type: Cabbage
|
|
name: 'his cabbage'
|
|
|
|
red_cabbage:
|
|
id: 4
|
|
custom_type: RedCabbage
|
|
name: 'red cabbage'
|
|
seller_id: 3 |