This commit is contained in:
KOUNOIKE
2018-10-07 21:37:30 +09:00
parent 6c17b54577
commit bf5c1a98ed

View File

@@ -12,7 +12,9 @@ import org.scalatest.FunSpec
import java.io.File
class MergeServiceSpec extends FunSpec {
val service = new MergeService {}
val service = new MergeService with AccountService with ActivityService with IssuesService with LabelsService
with MilestonesService with RepositoryService with PrioritiesService with PullRequestService with CommitsService
with WebHookPullRequestService {}
val branch = "master"
val issueId = 10
def initRepository(owner: String, name: String): File = {