Skip to content

Commit

Permalink
Tie first command directly to fake PR's owner
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-w committed Dec 11, 2015
1 parent 58168f0 commit 624898b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lita/handlers/reviewme_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
expect_any_instance_of(Octokit::Client).to receive(:add_comment)
.with(repo, id, ":eyes: @iamvery")

send_command("add pr-owner to reviews")
send_command("add #{pr.user.login} to reviews")
send_command("add iamvery to reviews")
send_command("review https://github.com/#{repo}/pull/#{id}")

Expand Down

0 comments on commit 624898b

Please sign in to comment.