Skip to content

Commit

Permalink
minor tweak to rspec title
Browse files Browse the repository at this point in the history
  • Loading branch information
jplindquist committed May 2, 2024
1 parent d5b5da7 commit 707b0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/puppet/provider/vcsrepo/git_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def branch_a_list(include_branch = nil?)
context 'when with an ensure of present and includes are defined' do
let(:sparse_checkout_file) { StringIO.new }

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
resource[:includes] = test_includes
expect(Dir).to receive(:chdir).with('/').once.and_yield
expect(Dir).to receive(:chdir).with('/tmp/test').at_least(:once).and_yield
Expand Down

0 comments on commit 707b0fb

Please sign in to comment.