Share
Pickle is a great add on to cucumber as it provides steps for often used scenario. There is a step provided for verifying the association size of an active record instance. Therefore you can write something like
Then the user: “Joe” should have 1 friends
and it will check if joe.friends.size == 0. However this does not [...]