1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 01:03:23 -05:00

4 lines
138 B
Ruby
Raw Normal View History

2012-12-04 00:46:15 -05:00
step "a user :email with password :password" do |email, password|
FactoryGirl.create(:user, :email => email, :password => password)
end