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

Align RoboSputnik::getConfig with RobolecticTestRunner #47

Open pelotasplus opened 9 years ago

pelotasplus commented 9 years ago

We use heavily modified getConfig method and it seems that one provided by Robolectric has some features we don't support. Most probably we can just use the original method from Robolectric 3.0

pjakubczyk commented 9 years ago

I'd rather make a note on the webpage that RoboSpock doesn't allow to annotate methods with @Config because of its internals ...

farrukhnajmi commented 7 years ago

Any example on how to make robospock 1.0.1 with robolectric 3.4.2 to provide custom config. See problem I had with bottom of this post:

https://stackoverflow.com/q/46314008/256770