it \"should equal 5 or 8\" do player.score.should == 5 or 8 end
5 or 8
player.score.should satisfy {|s| [5,8].include?(s)}