9 lines
222 B
Ruby
9 lines
222 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Player, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|
|
|
|
#TODO: Player can play_hand cards
|
|
#TODO: Player can not play_hand if not game.controlling_player
|