This commit is contained in:
Torsten Ruger 2016-11-26 00:14:43 +02:00
parent 0a36ba25e1
commit f72c7de618
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ feature 'About page' do
scenario 'Visit the course page' do
visit 'course'
expect(page).to have_content '8 week'
expect(page).to have_content 'live in'
expect(page).to have_content 'Web Application Development'
expect(page).to have_content 'Technical skill is the start'
expect(page).to have_content 'You will give 2'
end