# language: en

Feature: Robot R2
    Robot R2 má na starosti skládání Body. Body je nástavba za kabinou autíčka. Robot postupně sbírá kostičky potřebené ke kompletaci.
Background:
  Given lineOn

Scenario: Given storage is empty and if shuttle XX is in the station XY, then robot starts unloading all cubes 4x2.
  Given storageCount == 0
  When shuttleXXAtStationXY
  Then robotR2ProgramNumber == 2 && robotR2ProgramStarted