Logo
Explore Help
Sign In
admin/brew
1
0
Fork 0
You've already forked brew
Code Issues Packages Projects Releases 6 Wiki Activity
brew/Library/Homebrew/test/unpack_strategy/mercurial_spec.rb

15 lines
265 B
Ruby
Raw Normal View History

Add frozen_string_literal to all files.
2019-04-19 15:38:03 +09:00
# frozen_string_literal: true
Refactor unpack strategies into separate files.
2018-07-23 20:59:21 +02:00
require_relative "shared_examples"
git grep -l '^describe' | xargs gsed -i 's|^describe|RSpec.describe|g'
2024-02-18 15:11:11 -08:00
RSpec.describe UnpackStrategy::Mercurial do
rubocop: Clean up `Style/BlockDelimiters` excludes and autofix offenses - The defaults of using "do ... end" for multi-line blocks everywhere is good, better than switching everything to braces everywhere.
2023-03-08 23:14:46 +00:00
let(:repo) do
Refactor unpack strategies into separate files.
2018-07-23 20:59:21 +02:00
mktmpdir.tap do |repo|
(repo/".hg").mkpath
end
rubocop: Clean up `Style/BlockDelimiters` excludes and autofix offenses - The defaults of using "do ... end" for multi-line blocks everywhere is good, better than switching everything to braces everywhere.
2023-03-08 23:14:46 +00:00
end
Refactor unpack strategies into separate files.
2018-07-23 20:59:21 +02:00
let(:path) { repo }
include_examples "UnpackStrategy::detect"
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 2159ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API