Skip to content

Instantly share code, notes, and snippets.

@szymon-przybyl
Created March 2, 2011 21:16
Show Gist options
  • Save szymon-przybyl/851764 to your computer and use it in GitHub Desktop.
Save szymon-przybyl/851764 to your computer and use it in GitHub Desktop.
When /^I create a movie Caddyshack in the Comedy genre$/ do
visit movies_path
click_link 'Add Movie'
fill_in 'Title', :with => 'Caddyshack'
select '1980', :from => 'Release Year'
check 'Comedy'
click_button 'Save'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment