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

9 lines
139 B
Ruby

feature 'About page' do
scenario 'Visit the about page' do
visit 'method'
expect(page).to have_content 'your talent'
end
end