mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
Add AssertJ dependency
This commit is contained in:
parent
c2b8799357
commit
f4a7666764
@ -10,6 +10,7 @@ dependencies {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
|
||||
testImplementation 'org.assertj:assertj-core:3.16.1'
|
||||
}
|
||||
|
||||
group = 'com.gildedrose'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user