Skip to content

Instantly share code, notes, and snippets.

@capoferro
Created March 11, 2010 23:11
Show Gist options
  • Save capoferro/329808 to your computer and use it in GitHub Desktop.
Save capoferro/329808 to your computer and use it in GitHub Desktop.
Given /^there is a "([^\"]*)" with the following:$/ do |model, table|
model.classify.constantize.create!(table.rows_hash)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment