BottleAPI: fix tests
This commit is contained in:
parent
1e34b69cd4
commit
1973e72015
@ -2,6 +2,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe BottleAPI do
|
||||
before do
|
||||
ENV["HOMEBREW_JSON_CORE"] = "1"
|
||||
end
|
||||
|
||||
let(:bottle_json) {
|
||||
<<~EOS
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user