Skip to content

Instantly share code, notes, and snippets.

@radar
Created May 26, 2010 04:18
Show Gist options
  • Save radar/414051 to your computer and use it in GitHub Desktop.
Save radar/414051 to your computer and use it in GitHub Desktop.
Given there are movies:
| title | year |
| Sunshine | 2007 |
Given /^there are movies:$/ do |table|
for movie in table.hashes
Movie.create(movie)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment