diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/factories.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/factories.rb b/spec/factories.rb index 50580cd1334..fc103e5b133 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -20,7 +20,6 @@ FactoryGirl.define do name sequence(:username) { |n| "#{Faker::Internet.user_name}#{n}" } password "12345678" - password_confirmation { password } confirmed_at { Time.now } confirmation_token { nil } |