Does anybody have issues with InteliJ (Android Studio)? The tests I make are not updated when running after a change to them š
a
artem_zin
04/10/2017, 7:48 AM
@pablisco what do you mean by ānot updatedā?
p
pablisco
04/10/2017, 8:24 AM
well, I made changes to the āspeksā and after running from the IDE the tests didnāt show the changes
r
raniejade
04/10/2017, 10:48 AM
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
simon.vergauwen
04/10/2017, 3:59 PM
Could you provide an example?
c
codeslubber
04/10/2017, 9:18 PM
is that fixed in the next AS release? kind of sucks to have to do that...
p
pablisco
04/10/2017, 9:58 PM
Kinda giving up on Spek until Junit 5 is out tbh š