spec/models/flag_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [103/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

        expect { described_class.unflag(user, comment) }.to change{ comment.reload.flags_count }.by(-1)
Severity: Minor
Found in spec/models/flag_spec.rb by rubocop

There are no issues that match your filters.

Category
Status