<@U0RNPHX0X> hi, do you guys know how to create si...
# spek
r
@raniejade hi, do you guys know how to create similar @Rule in spek?
r
You can take a look at
LifecycleListener
.
r
Copy code
@Rule
    public ActivityTestRule<MainActivity> mActivityRule = new ActivityTestRule<>(
            MainActivity.class);
i want to achieve same functionality for this