-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #431 from nebula-plugins/move-to-testkit
Move to testkit
- Loading branch information
Showing
8 changed files
with
171 additions
and
162 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
src/test/groovy/com/netflix/gradle/plugins/BaseIntegrationTestKitSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.netflix.gradle.plugins | ||
|
||
import nebula.test.IntegrationTestKitSpec | ||
|
||
abstract class BaseIntegrationTestKitSpec extends IntegrationTestKitSpec { | ||
def setup() { | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.