From 68ccdcb3942fd7a749cd52a58a8f1cf0dcdaa836 Mon Sep 17 00:00:00 2001 From: "aynic.os" Date: Wed, 12 May 2021 18:12:02 +0200 Subject: [PATCH] test --- specs/astrXbian_spec.sh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/specs/astrXbian_spec.sh b/specs/astrXbian_spec.sh index f9d3201..a8044a4 100644 --- a/specs/astrXbian_spec.sh +++ b/specs/astrXbian_spec.sh @@ -15,5 +15,30 @@ Describe 'AstrXbian' 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 check IPFS, but not tested' + Pending "You should implement check_ipfs tests" + When call check_ipfs + The status should be success + End + It 'should check Jaklis, but not tested' + Pending "You should implement check_jaklis tests" + When call check_jaklis + The status should be success + End End End