Skip to content

Commit 7a69761

Browse files
committed
fix
1 parent 79db867 commit 7a69761

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
@@ -97,7 +97,7 @@
9797

9898
context "#query" do
9999
it "should return the installed version if present" do
100-
fixture = File.read(my_fixture('pkginfo.detail'))
100+
#fixture = File.read(my_fixture('pkginfo.detail'))
101101
#expect(provider).to receive(:pkginfo).with('bash').and_return(fixture)
102102
expect(provider.query).to eq({:branch=>nil, :ensure=>"present", :flavor=>nil, :name=>"bash", :provider=>:openbsd})
103103
end

0 commit comments

Comments
 (0)