Fix all rubocop Rails/PluralizationGrammar issues and remove the file list form rubocop_todo file
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user