Skip to content

Commit cb3b5c1

Browse files
committed
blubb
1 parent eaccd75 commit cb3b5c1

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
@@ -103,7 +103,7 @@ def expect_pkgadd_with_env_and_name(source, &block)
103103

104104
it "should recognize a new version" do
105105
pkginfo_query = 'tcsh-6.18.01p1'
106-
allow(provider).to receive(:pkginfo).with('-Q', 'tcsh--').and_return(pkginfo_query)
106+
allow(provider).to receive(:pkginfo).with('tcsh').and_return(pkginfo_query)
107107
expect(provider.latest).to eq('6.18.01p1')
108108
end
109109

0 commit comments

Comments
 (0)