ece517-p3/expertiza

View on GitHub
spec/models/has_paper_trail_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Prefer each over for.
Open

    for version in Version.all
Severity: Minor
Found in spec/models/has_paper_trail_spec.rb by rubocop

This cop looks for uses of the for keyword, or each method. The preferred alternative is set in the EnforcedStyle configuration parameter. An each call with a block on a single line is always allowed, however.

There are no issues that match your filters.

Category
Status