Does creating an activity using the .withIntent() not work in Robolectric 2? I\'m doing the following
.withIntent()
activity = Robolectric.buildActivity(
For newer versions of Robolectric use Robolectric.buildActivity(Class, Intent).
Robolectric.buildActivity(Class, Intent)