Sha256: 3120fdfeeaee0ed4c516c27eb9bbe139759069f9425c7960f50a78d9944713d5

Contents?: true

Size: 137 Bytes

Versions: 18

Compression:

Stored size: 137 Bytes

Contents

Given /^a user named "([^\"]*)"$/ do |name|
  @me = FactoryGirl.create(:user, name: name, email: "#{name}@volontari.at")
  @me.reload
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
voluntary-0.7.1 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.7.0 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.6.0 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.5.2 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.5.1 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.5.0 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.4.0 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.3.0 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.2.4 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.2.3 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.2.2 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.2.1 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.2.0 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.1.0 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.1.0.rc4 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.1.0.rc3 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.1.0.rc2 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb
voluntary-0.1.0.rc1 lib/generators/voluntary/install/templates/features/step_definitions/user_steps.rb