From 59739d1ec0f43574fcf72ab387a584dee97cbc47 Mon Sep 17 00:00:00 2001 From: Tony Guntharp Date: Sat, 2 Mar 2013 10:23:52 -0800 Subject: [PATCH] Added hubot.username to kandan.rake Fixes #165 --- lib/tasks/kandan.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/kandan.rake b/lib/tasks/kandan.rake index 615eac12..64675f92 100644 --- a/lib/tasks/kandan.rake +++ b/lib/tasks/kandan.rake @@ -81,6 +81,7 @@ namespace :kandan do hubot = User.new hubot.email = "hubot@kandanapp.com" + hubot.username = "hubot" hubot.first_name = "Hubot" hubot.last_name = "vonGithubben" hubot.password = password if hubot.respond_to?("password=".to_sym)