Enable RSpec/RepeatedDescription cop & fix all issues

Read about cop at http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/RepeatedDescription
This commit is contained in:
Bertocq
2018-01-07 17:45:34 +01:00
parent e89d081a47
commit 4f6597b200
4 changed files with 7 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ feature 'Legislation' do
context 'processes home page' do
scenario 'Processes can be listed' do
scenario 'No processes to be listed' do
visit legislation_processes_path
expect(page).to have_text "There aren't open processes"