What would be the best way to write the rspec in a situation where either of two (or more) outcomes are acceptable?
Here\'s an example of what I want to do. This is
You can solve this by flipping the comparison:
flipping
expect(['head','tails']).to include(flip_coin)