diff --git a/features/oauth.feature b/features/oauth.feature index ff4470ea6..92dba9a73 100644 --- a/features/oauth.feature +++ b/features/oauth.feature @@ -100,7 +100,6 @@ Feature: oauth And I fill in my Diaspora ID to connect And I press "Connect to Diaspora" - And I debug Then I should be on "/account" on Chubbies And I should have 1 user on Chubbies diff --git a/spec/chubbies/app.rb b/spec/chubbies/app.rb index 204cb815f..e598333e7 100644 --- a/spec/chubbies/app.rb +++ b/spec/chubbies/app.rb @@ -51,7 +51,7 @@ module Chubbies d.manifest_field(:name, "Chubbies") d.manifest_field(:description, "The best way to chub.") - d.manifest_field(:icon_url, "#") + d.manifest_field(:icon_url, "chubbies.jpeg") d.manifest_field(:permissions_overview, "Chubbi.es wants to post photos to your stream.")