Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JTabel committed Jan 4, 2021
1 parent fba50a5 commit d6ba338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/plugin/script_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

context 'on debian' do
it 'renders an after_remove script' do
expect(package.scripts[:after_remove]).to match /remove[)]\s*do-foo/
expect(package.scripts[:after_remove]).to match /remove|purge[)]\s*do-foo/
end
end

Expand Down

0 comments on commit d6ba338

Please sign in to comment.