We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b5da7 commit 707b0fbCopy full SHA for 707b0fb
spec/unit/puppet/provider/vcsrepo/git_spec.rb
@@ -742,7 +742,7 @@ def branch_a_list(include_branch = nil?)
742
context 'when with an ensure of present and includes are defined' do
743
let(:sparse_checkout_file) { StringIO.new }
744
745
- it 'performs a sparse checkout with git >= 2.25.0 when includes are defined' do
+ it 'performs a sparse checkout with git >= 2.25.0' do
746
resource[:includes] = test_includes
747
expect(Dir).to receive(:chdir).with('/').once.and_yield
748
expect(Dir).to receive(:chdir).with('/tmp/test').at_least(:once).and_yield
0 commit comments