diff options
| author | Shinya Maeda <shinya@gitlab.com> | 2017-07-01 15:23:09 +0900 |
|---|---|---|
| committer | Shinya Maeda <shinya@gitlab.com> | 2017-07-05 18:38:34 +0900 |
| commit | 5e7db4e36c46f5807d7b486baf90c18dd1a5805f (patch) | |
| tree | ef68cdf78814a844d87cc594b6f8f14614f265cd /spec/features | |
| parent | 124170093a1496569848571c71eb2ca779ae676b (diff) | |
| download | gitlab-ce-5e7db4e36c46f5807d7b486baf90c18dd1a5805f.tar.gz | |
Fix spec
Diffstat (limited to 'spec/features')
| -rw-r--r-- | spec/features/projects/pipeline_schedules_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pipeline_schedules_spec.rb b/spec/features/projects/pipeline_schedules_spec.rb index f6ad4c26c00..fa7f8561f46 100644 --- a/spec/features/projects/pipeline_schedules_spec.rb +++ b/spec/features/projects/pipeline_schedules_spec.rb @@ -24,7 +24,7 @@ feature 'Pipeline Schedules', :feature, js: true do page.within('.pipeline-schedule-table-row') do expect(page).to have_content('pipeline schedule') expect(find(".next-run-cell time")['data-original-title']) - .to include(pipeline_schedule.real_next_run.strftime('%b %d, %Y')) + .to include(pipeline_schedule.real_next_run.strftime('%b %-d, %Y')) expect(page).to have_link('master') expect(page).to have_link("##{pipeline.id}") end |
