#shellcheck shell=sh Describe 'AstrXbian' Describe 'install.sh' Include ./include.sh It 'should check it applies to me' When call i_am The output should eq 'v0.5.0' End It 'should check I am not superuser' When call i_am_root The status should not be success End It 'should check I need to install' When call i_should_install The status should be success End It 'should check requirements, but not tested' Skip "You should implement check_requirements tests" When run check_requirements The status should be success End It 'should import astrXbian, but not tested' Skip "You should implement import_astrXbian tests" When run import_astrXbian The status should be success End It 'should import astroport, but not tested' Skip "You should implement import_astroport tests" When run import_astroport The status should be success End It 'should import IPFS, but not tested' Skip "You should implement import_ipfs tests" When run import_ipfs The status should be success End It 'should import Jaklis, but not tested' Skip "You should implement import_jaklis tests" When run import_jaklis The status should be success End It 'should import Kodi, but not tested' Skip "You should implement import_kodi tests" When run import_kodi The status should be success End It 'should prepare astrXbian for first boot, but not tested' Skip "You should implement prepare_next_boot tests" When run prepare_next_boot The status should be success End End End