Skip to content

Commit 707b0fb

Browse files
committed
minor tweak to rspec title
1 parent d5b5da7 commit 707b0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/puppet/provider/vcsrepo/git_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ def branch_a_list(include_branch = nil?)
742742
context 'when with an ensure of present and includes are defined' do
743743
let(:sparse_checkout_file) { StringIO.new }
744744

745-
it 'performs a sparse checkout with git >= 2.25.0 when includes are defined' do
745+
it 'performs a sparse checkout with git >= 2.25.0' do
746746
resource[:includes] = test_includes
747747
expect(Dir).to receive(:chdir).with('/').once.and_yield
748748
expect(Dir).to receive(:chdir).with('/tmp/test').at_least(:once).and_yield

0 commit comments

Comments
 (0)