Skip to content

Commit b0c691f

Browse files
committed
Add AssertJ dependency
1 parent 5bdf981 commit b0c691f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ dependencies {
6363
exclude(group: "org.yaml", module: "snakeyaml");
6464
};
6565
testCompile(group: "org.mockito", name: "mockito-core", version: "1.9.5");
66+
testCompile(group: "org.assertj", name: "assertj-core", version: "1.7.0");
6667
}
6768

6869
javadoc.options.links("http://docs.oracle.com/javase/6/docs/api/");

0 commit comments

Comments
 (0)