Closed fulldecent closed 7 years ago
Should have
lines = cd_stats[:total_lines_of_code].to_f expectations = cd_stats[:total_test_expectations].to_f 0.045 < (expectations / lines)
Add VERY simple tests just to confirm that the model API is working. Simply set the variable and then check that it has been set.
Fixed by 791d74bb9b1a53ef501b38257f270b469bd1c9fd
Should have