diff --git a/features/step_definitions/oauth_steps.rb b/features/step_definitions/oauth_steps.rb index 07cfda4cf..1a50afb69 100644 --- a/features/step_definitions/oauth_steps.rb +++ b/features/step_definitions/oauth_steps.rb @@ -80,7 +80,7 @@ class Chubbies end def self.nullify - # "2> /dev/null > /dev/null" + "2> /dev/null > /dev/null" end def self.kill diff --git a/spec/chubbies/app.rb b/spec/chubbies/app.rb index e598333e7..efc64b029 100644 --- a/spec/chubbies/app.rb +++ b/spec/chubbies/app.rb @@ -76,6 +76,7 @@ module Chubbies User end def create_account(hash) + hash[:username] = hash.delete(:diaspora_id) account_const.create(hash) end