Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jun 1, 2016
1 parent 72a8ba1 commit 42aeb5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions toolbelt/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version '0.1.0-SNAPSHOT'

apply plugin: 'java'
apply plugin: 'groovy'

sourceCompatibility = 1.8

Expand All @@ -9,8 +10,6 @@ repositories {
}

dependencies {
// testCompile group: 'junit', name:'junit', version: '4.12'
// testCompile group: 'org.mockito', name: 'mockito-core', version: '1.10.19'
testCompile "org.codehaus.groovy:groovy-all:2.3.7"
testCompile "org.spockframework:spock-core:0.7-groovy-2.0"
}

0 comments on commit 42aeb5b

Please sign in to comment.