webdev.camp/spec/features/visitors/course_page_spec.rb

9 lines
139 B
Ruby
Raw Normal View History

2016-03-21 17:45:27 +01:00
feature 'About page' do
scenario 'Visit the about page' do
2016-04-15 16:52:14 +02:00
visit 'method'
expect(page).to have_content 'your talent'
2016-03-21 17:45:27 +01:00
end
end