Add fest-assert as default test dependency

This commit is contained in:
Rob Winch 2012-11-07 11:21:05 -06:00
parent ea6b444770
commit f61fab3509
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ dependencies {
testCompile 'junit:junit:4.7',
'org.mockito:mockito-core:1.8.5',
"org.springframework:spring-test:$springVersion"
"org.springframework:spring-test:$springVersion",
'org.easytesting:fest-assert:1.4'
// Use slf4j/logback for logging
testRuntime "org.slf4j:jcl-over-slf4j:$slf4jVersion",