Fix all rubocop Rails/PluralizationGrammar issues and remove the file list form rubocop_todo file

This commit is contained in:
Bertocq
2017-06-21 20:44:24 +02:00
parent 47648aa32a
commit 6529e37ae8
13 changed files with 17 additions and 26 deletions

View File

@@ -29,7 +29,7 @@ feature 'Admin banners magement' do
target_url: "http://www.url.com",
style: "banner-style.banner-three",
image: "banner-img.banner-three",
post_started_at: (Time.current - 1.days),
post_started_at: (Time.current - 1.day),
post_ended_at: (Time.current + 10.days))
@banner4 = create(:banner, title: "Banner number four",