Skip to content

Commit 59739d1

Browse files
author
Tony Guntharp
committed
Added hubot.username to kandan.rake Fixes #165
1 parent 0877f00 commit 59739d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tasks/kandan.rake

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ namespace :kandan do
8181

8282
hubot = User.new
8383
hubot.email = "[email protected]"
84+
hubot.username = "hubot"
8485
hubot.first_name = "Hubot"
8586
hubot.last_name = "vonGithubben"
8687
hubot.password = password if hubot.respond_to?("password=".to_sym)

0 commit comments

Comments
 (0)