We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a87be4 commit afe1da5Copy full SHA for afe1da5
test/lib/rails_stats/json_formatter_test.rb
@@ -252,11 +252,13 @@
252
"code_to_test_ratio": "0.0",
253
"total": true},
254
{"schema_stats":
255
- {"schema_path":
256
- "/Users/hmdros/code/hmdros/miles_notifier_app/rails_stats/test/dummy/db/schema.rb",
257
- "create_table calls count": 2}},
258
- {"sti_stats": {"sti_models_count": 1}},
259
- {"polymorphic_stats": {"polymorphic_models_count": 1}}]
+ {"schema_path":
+ "#{Dir.pwd}/test/dummy/db/schema.rb",
+ "create_table calls count": 2}},
+ {"sti_stats": {"sti_models_count": 1}},
+ {"polymorphic_stats": {"polymorphic_models_count": 1}
260
+ }
261
+ ]
262
EOS
263
264
it "outputs useful stats for a Rails project" do
0 commit comments