#shellcheck shell=sh Describe 'AstrXbian' Describe 'install()' Include ./include.sh It 'should be me' When call i_am The output should eq 'v0.4' End It 'should not be superuser' When call i_am_root The status should not be success End It 'should allow install' When call i_should_install The status should be success End It 'should check requirements, but not tested' Pending "You should implement check_requirements tests" When call check_requirements The status should be success End It 'should import AstrXbian, but not tested' Pending "You should implement import_astrXbian tests" When call import_astrXbian The status should be success End It 'should import Kodi, but not tested' Pending "You should implement import_kodi tests" When call import_kodi The status should be success End It 'should import IPFS, but not tested' Pending "You should implement import_ipfs tests" When call import_ipfs The status should be success End It 'should import Jaklis, but not tested' Pending "You should implement import_jaklis tests" When call import_jaklis The status should be success End It 'should create astrXbian id, but not tested' Pending "You should implement iso_config tests" When call iso_config The status should be success End It 'should prepare astrXbian for first boot, but not tested' Pending "You should implement prepare_next_boot tests" When call prepare_next_boot The status should be success End End End