Skip to content

Commit

Permalink
Merge pull request #1382 from puppetlabs/pmcmaw-update-typo
Browse files Browse the repository at this point in the history
(maint) Update ruby_rubocop_validator_spec.rb minor typo
  • Loading branch information
david22swan authored Jul 31, 2024
2 parents 68e5ea2 + 524e358 commit 1df196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/pdk/validate/ruby/ruby_rubocop_validator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
let(:context_root) { File.join(FIXTURES_DIR, 'control_repo') }
let(:validator_context) { PDK::Context::ControlRepo.new(context_root, context_root) }

it 'only matches ruby files and Pupeptfile' do
it 'only matches ruby files and Puppetfile' do
expect(validator.pattern).to eq(['Puppetfile', '**/**.rb'])
end
end
Expand Down

0 comments on commit 1df196d

Please sign in to comment.