Skip to content

Commit 49893ab

Browse files
committed
adjust fixture for json formater of dummy app
1 parent b4efe1e commit 49893ab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/lib/rails_stats/json_formatter_test.rb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,19 @@
124124
"loc_over_m": "149",
125125
"code_to_test_ratio": "0.0",
126126
"total": true
127+
}, {
128+
"schema_stats": {
129+
"schema_path": "db/schema.rb",
130+
"create_table_calls_count": 5
131+
}
132+
}, {
133+
"sti_stats": {
134+
"sti_models_count": 3
135+
}
136+
}, {
137+
"polymorphic_stats": {
138+
"polymorphic_models_count": 2
139+
}
127140
}]
128141
EOS
129142

0 commit comments

Comments
 (0)