robospock / RoboSpock

A testing framework which brings powers of Spock and Groovy to Android app testing
http://robospock.org
MIT License
249 stars 44 forks source link

Robolectric 3.4.2? #70

Closed autonomousapps closed 7 years ago

autonomousapps commented 7 years ago

Any interest in bumping this? Currently I cannot set SDK to 24.

autonomousapps commented 7 years ago

I'm willing to take a stab at this (currently looking at the code), but there are a LOT of breaking changes since Robolectric 3.0, and I'm not familiar at all (yet) with the inner workings of that project.

autonomousapps commented 7 years ago

Yay, found a migration guide: http://robolectric.org/migrating/#migrating-from-33-to-34

hkhc commented 7 years ago

I make another project based on RoboSpock code, which should be more or less work on Robolectric 3.4

ElectricSpock

autonomousapps commented 7 years ago

What about this issue? https://github.com/hkhc/electricspock/issues/3

hkhc commented 7 years ago

Just released ElectricSpock 0.6, should be OK with Robolectric 3.4.2.

autonomousapps commented 7 years ago

Thank you! I will take a look.

autonomousapps commented 7 years ago

Happy to report ElectricSpock currently meets my needs.