Sha256: 48faae74ccdd705710cc5f490d56c6728c498cb03f1af8eb8483e2fb501aef59

Contents?: true

Size: 528 Bytes

Versions: 21

Compression:

Stored size: 528 Bytes

Contents

Given /^I (?:am logged|should be able to log) in with "([^\"]*)" and "([^\"]*)"$/ do |arg1, arg2|
  @account = Sorenson::Services::Account.login(arg1, arg2)
end

Given "I am logged in" do
  @account = Sorenson::Services::Account.login("360services@sorensonmedia.com", "S0r3ns0n")
end

And /^I get an account$/ do
  @account = Sorenson::Services::Account.get_account
end

When /^I change my password to "([^\"]*)"$/ do |arg1|
  @account.set_password(arg1, 'anything')
end

When /^I empty the trash$/ do
  @account.empty_trash
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
360_services-1.1.3 features/step_definitions/manage_accounts_steps.rb
360_services-1.1.2 features/step_definitions/manage_accounts_steps.rb
360_services-1.1.1 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.10 features/step_definitions/manage_accounts_steps.rb
360_services-1.1.0 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.9 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.8 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.7 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.6 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.5 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.4 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.3 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.2 features/step_definitions/manage_accounts_steps.rb
360_services-0.0.8 features/step_definitions/manage_accounts_steps.rb
360_services-0.0.7 features/step_definitions/manage_accounts_steps.rb
360_services-0.0.6 features/step_definitions/manage_accounts_steps.rb
360_services-0.0.5 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.1 features/step_definitions/manage_accounts_steps.rb
360_services-1.0.0 features/step_definitions/manage_accounts_steps.rb
360_services-0.0.4 features/step_definitions/manage_accounts_steps.rb