mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
double quotes for brew style
This commit is contained in:
parent
b1c8567977
commit
01ad6b53d3
@ -88,7 +88,7 @@ RSpec.describe Homebrew::Cmd::UpgradeCmd do
|
||||
|
||||
content = <<~RUBY
|
||||
depends_on "testball5"
|
||||
# should work as its not building but test doesnt pass if dependant
|
||||
# should work as it's not building but test doesn't pass if dependant
|
||||
# depends_on "build" => :build
|
||||
depends_on "installed"
|
||||
version "0.1"
|
||||
|
@ -151,7 +151,7 @@ RSpec.shared_context "integration test" do # rubocop:disable RSpec/ContextWordin
|
||||
program_name = "test"
|
||||
end
|
||||
|
||||
tarball_name = "#{prefix}-0.1#{'-linux' if OS.linux?}.tbz"
|
||||
tarball_name = "#{prefix}-0.1#{"-linux" if OS.linux?}.tbz"
|
||||
tarball = TEST_FIXTURE_DIR / "tarballs/#{tarball_name}"
|
||||
|
||||
content = <<~RUBY
|
||||
|
Loading…
x
Reference in New Issue
Block a user