Skip to content
Snippets Groups Projects
Commit 89e66312 authored by Clement Ho's avatar Clement Ho
Browse files

Changed zero padded days to no padded days in date_format

parent 60b92c55
No related branches found
No related tags found
No related merge requests found
Loading
@@ -5,7 +5,9 @@ feature 'Contributions Calendar', js: true, feature: true do
Loading
@@ -5,7 +5,9 @@ feature 'Contributions Calendar', js: true, feature: true do
   
let(:contributed_project) { create(:project, :public) } let(:contributed_project) { create(:project, :public) }
   
date_format = '%A %b %d, %Y' # Ex/ Sunday Jan 1, 2016
date_format = '%A %b %-d, %Y'
issue_title = 'Bug in old browser' issue_title = 'Bug in old browser'
issue_params = { title: issue_title } issue_params = { title: issue_title }
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment