From ead1ba7a578af0f68a4e76d0ead9f091d0b207e5 Mon Sep 17 00:00:00 2001 From: "aynic.os" Date: Mon, 31 May 2021 00:10:07 +0200 Subject: [PATCH] test --- specs/astrXbian_spec.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/astrXbian_spec.sh b/specs/astrXbian_spec.sh index 190dce8..390bd65 100644 --- a/specs/astrXbian_spec.sh +++ b/specs/astrXbian_spec.sh @@ -3,15 +3,15 @@ Describe 'AstrXbian' Describe 'install()' Include ./include.sh - It 'should be me' + It 'should check it applies to me' When call i_am The output should eq 'v0.4' End - It 'should not be superuser' + It 'should check I am not superuser' When call i_am_root The status should not be success End - It 'should allow install' + It 'should check I allow install' When call i_should_install The status should be success End