docbrown/spec/features/user_visits_podcast_index_spec.rb
2018-02-28 16:11:08 -05:00

11 lines
292 B
Ruby

# require 'rails_helper'
#
# feature 'User visits podcast index page' do
# scenario 'they see the foobar on the page' do
# visit "/pod"
#
# fill_in 'Name', with: 'My foobar'
# click_button 'Create Foobar'
# expect(page).to have_css '.foobar-name', 'My foobar'
# end
# end