Remove redundant context block

This commit is contained in:
Rylan Polster 2024-07-15 13:55:23 -04:00
parent 9ff4bab171
commit 284f6b8829
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

@ -122,8 +122,7 @@ RSpec.describe Cask::Info, :cask do
EOS
end
context "when a Cask is installed" do
it "prints install information from tab" do
it "prints install information for an installed Cask" do
mktmpdir do |caskroom|
FileUtils.mkdir caskroom/"2.61"
@ -154,4 +153,3 @@ RSpec.describe Cask::Info, :cask do
end
end
end
end