Skip to content

Instantly share code, notes, and snippets.

@paulthegeek
Created June 11, 2014 04:56
Show Gist options
  • Save paulthegeek/8014aae0f884720d4da6 to your computer and use it in GitHub Desktop.
Save paulthegeek/8014aae0f884720d4da6 to your computer and use it in GitHub Desktop.
Index test
it 'goes to edit page of publisher' do
visit publishers_path
puts page.body
find('#publishers-table').click_link('Archie Comics')
click_link('Archie Comics', '/publishers/8/edit')
find_field('publishers_name')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment