Skip to content

Commit

Permalink
Merge pull request #218 from FridaTveit/SeriesReplaceAssertjWithJunit
Browse files Browse the repository at this point in the history
Issue #201: Removed assertj from series gradle build file.

(Fixes #201)
  • Loading branch information
jtigger authored Dec 19, 2016
2 parents 3823a1e + cd18183 commit fa08f9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/series/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ repositories {

dependencies {
testCompile "junit:junit:4.12"
testCompile "org.assertj:assertj-core:3.2.0"
}
test {
testLogging {
Expand Down

0 comments on commit fa08f9d

Please sign in to comment.