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

Version of Robolectric #25

Closed sliskiCode closed 9 years ago

sliskiCode commented 9 years ago

Hi I know that is not the place where I should ask this kind of question but what version of Robolectric is used in RoboSpock? Is the version updated frequently? Thanks

pelotasplus commented 9 years ago

looking at commit log ...

https://github.com/Polidea/RoboSpock/commits/master

it looks like it's 2.3 :-)

pjakubczyk commented 9 years ago

We try to be up-to-date with latest Robolectric version. You can always cross check RoboSpock dependencies in mvnrepository http://mvnrepository.com/artifact/org.robospock/robospock/0.5.0

and what is latest robolectric http://mvnrepository.com/artifact/org.robolectric/robolectric

sliskiCode commented 9 years ago

Sorry for being lazy and thanks for quick answer ;). Cheers