Guest User

Untitled

a guest
Jun 1st, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Given /^there is an admin with the username "([^"]*)" and the password "([^"]*)"$/ do |arg1, arg2|
  2. Factory.create(:admin, :email => arg1, :password =>arg2)
  3. User.create(:username =>)
  4. end
Add Comment
Please, Sign In to add comment