This commit is contained in:
aynic.os 2021-05-31 00:10:07 +02:00
parent dac3cfb158
commit ead1ba7a57
1 changed files with 3 additions and 3 deletions

View File

@ -3,15 +3,15 @@
Describe 'AstrXbian' Describe 'AstrXbian'
Describe 'install()' Describe 'install()'
Include ./include.sh Include ./include.sh
It 'should be me' It 'should check it applies to me'
When call i_am When call i_am
The output should eq 'v0.4' The output should eq 'v0.4'
End End
It 'should not be superuser' It 'should check I am not superuser'
When call i_am_root When call i_am_root
The status should not be success The status should not be success
End End
It 'should allow install' It 'should check I allow install'
When call i_should_install When call i_should_install
The status should be success The status should be success
End End