Sha256: 41c6e50c994f8b9dddc4db67e2d5aa6f90ec16e56f1b2386ad5142950ccf6dff

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 Bytes

Contents

describe VaciarTablero do

  let(:context) { clean_context }

  it "empties the board in the context" do
    context.head.put rojo
    vaciar_tablero = VaciarTablero.new

    vaciar_tablero.evaluate context

    expect(context.board.empty?).to be true
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gobstones-0.0.2 spec/lang/commands/vaciar_tablero_cmd_spec.rb