Pull to refresh action and Recycler child count assertion!
This Release adds an Action and a Assertion, thanks to the contribution #75:
BaristaSwipeRefreshActions.refresh(R.id.swipetorefreshview);
BaristaAssertions.assertRecyclerViewItemCount(R.id.recycler, expectedChildCount)
Thanks to @rubikovitch for this great contribution!