spec/features/topics_specs.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(page).to have_content "You do not have permission to carry out the action 'new' on topic."
Severity: Minor
Found in spec/features/topics_specs.rb by rubocop

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

      expect(page).to have_content "You do not have permission to carry out the action 'edit' on topic."
Severity: Minor
Found in spec/features/topics_specs.rb by rubocop

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

      expect(page).to have_content "Do not write the topic title or whole sentences in capital letters. On the internet that is considered shouting. And no one likes to be yelled at."
Severity: Minor
Found in spec/features/topics_specs.rb by rubocop

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

      expect(page).to have_content "Any topic or comment that implies an illegal action will be eliminated, also those that intend to sabotage the spaces of the subject, everything else is allowed."
Severity: Minor
Found in spec/features/topics_specs.rb by rubocop

There are no issues that match your filters.

Category
Status