Skip to content

Instantly share code, notes, and snippets.

@osiro
Created December 19, 2014 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osiro/d508c511cc6c2e6b8015 to your computer and use it in GitHub Desktop.
Save osiro/d508c511cc6c2e6b8015 to your computer and use it in GitHub Desktop.
require 'spec_helper'
feature 'User can view book' do
scenario 'Providing valid params' do
sign_in
click_on_dashboard
search_for_book
click_on_book_thumbnail
#... rest of the test goes here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment