Fix feature step

This commit is contained in:
Robert Speicher 2016-01-07 20:23:13 -05:00
parent 4408dc0bd1
commit 09dbe3752c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Spinach::Features::GroupMilestones < Spinach::FeatureSteps
end
step 'I should see group milestone with descriptions and expiry date' do
expect(page).to have_content('expires at Aug 20, 2114')
expect(page).to have_content('expires on Aug 20, 2114')
end
step 'I should see group milestone with all issues and MRs assigned to that milestone' do