Fix all Style/UnneededInterpolation rubocop issues and remove from rubocop_tod

This commit is contained in:
Bertocq
2017-07-04 22:44:08 +02:00
parent 9f38192e13
commit 28970c6701
11 changed files with 37 additions and 50 deletions

View File

@@ -27,7 +27,7 @@ feature 'Email campaigns' do
visit admin_stats_path
expect(page).to have_content "#{@campaign1.name} (1)"
expect(page).to_not have_content "#{@campaign2.name}"
expect(page).to_not have_content (@campaign2.name).to_s
end
end