Sha256: 31bcb43d1b1e0affaeff08102ac2f5326e911c788f6b50565694b9681cc7d561

Contents?: true

Size: 266 Bytes

Versions: 5

Compression:

Stored size: 266 Bytes

Contents

Given /^user with login "([^\"]*)" and email "([^\"]*)" and password "([^\"]*)"$/ do |login, email, password|
  user = User.create(:login => login, :email => email, :password => password, :password_confirmation => password)
  User.find(user.id).should_not be_nil
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-3.0.0pre6 test_support/features/step_definitions/user_steps.rb
blacklight-3.0.0pre4 test_support/features/step_definitions/user_steps.rb
blacklight-3.0.0pre3 test_support/features/step_definitions/user_steps.rb
blacklight-3.0pre2 test_support/features/step_definitions/user_steps.rb
blacklight-3.0pre1 test_app/features/step_definitions/user_steps.rb