Skip to content

Instantly share code, notes, and snippets.

@aslakhellesoy
Created April 1, 2009 15:03
Show Gist options
  • Save aslakhellesoy/88726 to your computer and use it in GitHub Desktop.
Save aslakhellesoy/88726 to your computer and use it in GitHub Desktop.
# Not tested, but you get the idea....
When /I browse the "(.*)" book/ do |book_name|
book = Book.find_by_name(book_name)
visit(book_path(book, :action => 'browse'))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment