Does anybody have issues with InteliJ (Android Stu...
# spek
p
Does anybody have issues with InteliJ (Android Studio)? The tests I make are not updated when running after a change to them šŸ˜ž
a
@pablisco what do you mean by ā€œnot updatedā€?
p
well, I made changes to the ā€œspeksā€ and after running from the IDE the tests didnā€™t show the changes
r
For Android Studio, you need to add a Before launch gradle step to compile your test classes. If you have the default setup, adding assembleDebugUnitTest should suffice.
s
Could you provide an example?
c
is that fixed in the next AS release? kind of sucks to have to do that...
p
Kinda giving up on Spek until Junit 5 is out tbh šŸ˜„
r
Hopefully it gets fixed, I'm currently waiting on this https://code.google.com/p/android/issues/detail?id=233597