diff options
| author | Masayuki Morita | 2017-01-08 18:29:20 +0900 |
|---|---|---|
| committer | Masayuki Morita | 2017-01-08 18:29:20 +0900 |
| commit | 12b9cb7f4c5e0927cb1049db4f1aa53fbe371a6d (patch) | |
| tree | d5bf931c8ba94cd35316c0e6cfa0067fc5d733a2 /Library/Homebrew/test | |
| parent | 560d5bdd7101d4e73f6501b5ac1601b0a434cece (diff) | |
| download | brew-12b9cb7f4c5e0927cb1049db4f1aa53fbe371a6d.tar.bz2 | |
Fix rubocop style warning of download_strategy
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/download_strategies_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/download_strategies_test.rb b/Library/Homebrew/test/download_strategies_test.rb index ff4cbbf7a..2b64abbf9 100644 --- a/Library/Homebrew/test/download_strategies_test.rb +++ b/Library/Homebrew/test/download_strategies_test.rb @@ -117,7 +117,7 @@ class GitHubPrivateRepositoryReleaseDownloadStrategyTests < Homebrew::TestCase "id" => 456, "name" => "foo_v0.1.0_darwin_amd64.tar.gz", }, - ] + ], } @strategy.stubs(:fetch_release_metadata).returns(release_metadata) assert_equal 456, @strategy.send(:resolve_asset_id) |
