Skip to content

Commit d2b2d80

Browse files
committed
try
1 parent d8e9188 commit d2b2d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/provider/package/openbsd_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
it { is_expected.to be_uninstall_options }
1313
end
1414

15-
before :each do
15+
before (:each) do
1616
# Stub some provider methods to avoid needing the actual software
1717
# installed, so we can test on whatever platform we want.
1818
allow(described_class).to receive(:command).with(:pkginfo).and_return('/bin/pkg_info')

0 commit comments

Comments
 (0)