Skip to content

Instantly share code, notes, and snippets.

@gcman105
Created November 13, 2012 21:40
Show Gist options
  • Save gcman105/4068578 to your computer and use it in GitHub Desktop.
Save gcman105/4068578 to your computer and use it in GitHub Desktop.
Test gist from RubyMine
Given /^I have houses named (.+)$/ do |names|
names.split(', ').each do |name|
House.create!(:name => name)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment