Merge pull request #13545 from apainintheneck/fix-flaky-version-test
cask/cmd/list_spec.rb: fix leaky version variable
This commit is contained in:
commit
45db161f41
@ -246,7 +246,7 @@ describe Cask::Cmd::List, :cask do
|
|||||||
]
|
]
|
||||||
EOS
|
EOS
|
||||||
}
|
}
|
||||||
let(:original_macos_version) { MacOS.full_version.to_s }
|
let!(:original_macos_version) { MacOS.full_version.to_s }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
# Use a more limited symbols list to shorten the variations hash
|
# Use a more limited symbols list to shorten the variations hash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user