Skip to content

Commit

Permalink
Merge pull request #147 from puppetlabs/fix-provider-spec
Browse files Browse the repository at this point in the history
Remove wrong argument from spec
  • Loading branch information
bmjen authored Oct 1, 2018
2 parents b4e2f83 + a444d94 commit 810b982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_templates/provider_spec.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RSpec.describe Puppet::Provider::<%= provider_class %>::<%= provider_class %> do
end
end

describe 'delete(context, name, should)' do
describe 'delete(context, name)' do
it 'deletes the resource' do
expect(context).to receive(:notice).with(%r{\ADeleting 'foo'})

Expand Down

0 comments on commit 810b982

Please sign in to comment.