1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00
Jason Denney aa3ed3d43b git init
2012-12-04 00:46:15 -05:00

4 lines
138 B
Ruby

step "a user :email with password :password" do |email, password|
FactoryGirl.create(:user, :email => email, :password => password)
end