From a1976ed4987ace0c2d830d2678204e41b25a7ab9 Mon Sep 17 00:00:00 2001 From: "aynic.os" Date: Wed, 12 May 2021 19:15:43 +0200 Subject: [PATCH] test --- specs/astrXbian_spec.sh | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/specs/astrXbian_spec.sh b/specs/astrXbian_spec.sh index 563efcb..69ee156 100644 --- a/specs/astrXbian_spec.sh +++ b/specs/astrXbian_spec.sh @@ -3,21 +3,6 @@ Describe 'AstrXbian' Describe 'install()' Include ./include.sh - 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 - 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 be me' When call i_am The output should eq 'v0.4' @@ -34,6 +19,21 @@ Describe 'AstrXbian' When call i_should_install 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 + 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