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
I'd probably write something like this:
it "should be heads or tails" do ["heads", "tails"].should include flip_coin end