Created
November 13, 2012 21:40
-
-
Save gcman105/4068578 to your computer and use it in GitHub Desktop.
Test gist from RubyMine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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