diff --git a/specs/astrXbian_spec.sh b/specs/astrXbian_spec.sh index 69ee156..71a36ac 100644 --- a/specs/astrXbian_spec.sh +++ b/specs/astrXbian_spec.sh @@ -44,5 +44,15 @@ Describe 'AstrXbian' When call import_kodi 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 + 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 End End