File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2323 - name : " Checkout"
2424 uses : " actions/checkout@v3"
2525 with :
26- ref : ${{ github.event.pull_request.head.sha }}}
26+ ref : ${{ github.event.pull_request.head.sha }}
2727
2828 - name : " Setup ruby"
2929 uses : " ruby/setup-ruby@v1"
5353 - name : " Checkout"
5454 uses : " actions/checkout@v3"
5555 with :
56- ref : ${{ github.event.pull_request.head.sha }}}
56+ ref : ${{ github.event.pull_request.head.sha }}
5757
5858 - name : " Setup ruby"
5959 uses : " ruby/setup-ruby@v1"
Original file line number Diff line number Diff line change 8686
8787 context 'when there is no lvm support' do
8888 it 'does not exist' do
89+ Facter . fact ( :lvm_support ) . expects ( :value ) . at_least ( 1 ) . returns ( nil )
8990 Facter . value ( :lvm_pvs ) . should be_nil
9091 end
9192 end
You can’t perform that action at this time.
0 commit comments