Merge pull request #5699 from Homebrew/dependabot/bundler/Library/Homebrew/test/rubocop-0.64.0

Bump rubocop from 0.63.1 to 0.64.0 in /Library/Homebrew/test
This commit is contained in:
Mike McQuaid 2019-02-11 13:47:40 +00:00 committed by GitHub
commit 375208cc61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View File

@ -46,7 +46,7 @@ GEM
rspec-support (3.8.0)
rspec-wait (0.0.9)
rspec (>= 3, < 4)
rubocop (0.63.1)
rubocop (0.64.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)

View File

@ -255,7 +255,7 @@ shared_examples "#uninstall_phase or #zap_phase" do
.with(
"osascript",
args: ["-e", 'tell application "System Events" to delete every login item whose name is "Fancy"'],
)
)
.and_return(instance_double("SystemCommand::Result"))
subject.public_send(:"#{artifact_dsl_key}_phase", command: fake_system_command)

View File

@ -111,7 +111,7 @@ describe Cask::Installer, :cask do
expect {
Cask::Installer.new(with_installer_manual).install
}.to output(
<<~EOS
<<~EOS,
==> Satisfying dependencies
==> Downloading file:#{HOMEBREW_LIBRARY_PATH}/test/support/fixtures/cask/caffeine.zip
==> Verifying SHA-256 checksum for Cask 'with-installer-manual'.

View File

@ -20,7 +20,7 @@ describe Descriptions do
descriptions_hash["somedev/external/foo"] = "External foo"
expect { subject.print }.to output(
<<~EOS
<<~EOS,
homebrew/core/foo: Core foo
somedev/external/foo: External foo
EOS
@ -33,7 +33,7 @@ describe Descriptions do
descriptions_hash["otherdev/external/foo"] = "Other external foo"
expect { subject.print }.to output(
<<~EOS
<<~EOS,
homebrew/core/foo: Core foo
otherdev/external/foo: Other external foo
somedev/external/foo: External foo

View File

@ -61,7 +61,7 @@ describe Messages do
it "prints caveat details" do
expect { messages.display_messages }.to output(
<<~EOS
<<~EOS,
==> Caveats
==> foo
Zsh completions were installed
@ -88,7 +88,7 @@ describe Messages do
it "prints installation times" do
expect { messages.display_messages }.to output(
<<~EOS
<<~EOS,
==> Installation times
foo 1.100 s
EOS

View File

@ -43,7 +43,7 @@ GEM
plist (3.5.0)
powerpack (0.1.2)
rainbow (3.0.0)
rubocop (0.63.1)
rubocop (0.64.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)

View File

@ -37,6 +37,6 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/powerpack-0.1.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rainbow-3.0.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-progressbar-1.10.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unicode-display_width-1.4.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-0.63.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-0.64.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-1.32.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-2.1.0/lib"