From 7a38bab333c6808022fe53aac2be9ca2e329cd53 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 29 May 2017 18:24:52 +0100 Subject: Fixup all RuboCop warnings. --- Library/Homebrew/test/cask/download_strategy_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test/cask') diff --git a/Library/Homebrew/test/cask/download_strategy_spec.rb b/Library/Homebrew/test/cask/download_strategy_spec.rb index 91fe934be..27f1ad410 100644 --- a/Library/Homebrew/test/cask/download_strategy_spec.rb +++ b/Library/Homebrew/test/cask/download_strategy_spec.rb @@ -1,6 +1,6 @@ describe "download strategies", :cask do let(:url) { "http://example.com/cask.dmg" } - let(:url_options) { Hash.new } + let(:url_options) { {} } let(:cask) { instance_double(Hbc::Cask, token: "some-cask", url: Hbc::URL.new(url, url_options), -- cgit v1.2.3