rkokkelk/siso

View on GitHub
test/test_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage

Replace class var @@files with a class instance var.
Open

      @@files = Dir[Rails.root.join('data', '*')]
Severity: Minor
Found in test/test_helper.rb by rubocop

This cop checks for uses of class variables. Offenses are signaled only on assignment to class variables to reduce the number of offenses that would be reported.

There are no issues that match your filters.

Category
Status