I have a test like so:
it \"should not indicate backwards jumps if the checker position is not a king\" do board = Board.new game_board = board.create_te
http://rubydoc.info/gems/rspec-expectations/RSpec/Matchers:include
It works for hashes too:
jump_locations.should include( "upper_left" => true, "upper_right" => false, "lower_left" => false, "lower_right" => true )