[STY] Add "barry" (white) theme #1

Open
Boris wants to merge 139 commits from axiom-team/astrXbian:master into boris
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 5d6a32c1d5 - Show all commits

View File

@ -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