11 lines
292 B
Ruby
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
|