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