spec/models/comment_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

      comment = create(:comment, :with_confidence_score, cached_votes_up: 75, cached_votes_total: 100)
Severity: Minor
Found in spec/models/comment_spec.rb by rubocop

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

      comment = create(:comment, :with_confidence_score, cached_votes_up: 10, cached_votes_total: 100)
Severity: Minor
Found in spec/models/comment_spec.rb by rubocop

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

      comment = create(:comment, :with_confidence_score, cached_votes_up: 0, cached_votes_total: 100)
Severity: Minor
Found in spec/models/comment_spec.rb by rubocop

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

      comment = create(:comment, :with_confidence_score, cached_votes_up: 750, cached_votes_total: 1000)
Severity: Minor
Found in spec/models/comment_spec.rb by rubocop

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

      comment = create(:comment, :with_confidence_score, cached_votes_up: 100, cached_votes_total: 100)
Severity: Minor
Found in spec/models/comment_spec.rb by rubocop

There are no issues that match your filters.

Category
Status