Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
21c502e0
Commit
21c502e0
authored
4 years ago
by
Markus Reiter
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused metadata from `bundle` spec.
parent
ed443cc7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Library/Homebrew/test/cmd/bundle_spec.rb
+1
-1
1 addition, 1 deletion
Library/Homebrew/test/cmd/bundle_spec.rb
Library/Homebrew/test/spec_helper.rb
+0
-4
0 additions, 4 deletions
Library/Homebrew/test/spec_helper.rb
with
1 addition
and
5 deletions
Library/Homebrew/test/cmd/bundle_spec.rb
+
1
−
1
View file @
21c502e0
# frozen_string_literal: true
describe
"brew bundle"
,
:integration_test
,
:needs_test_cmd_taps
do
describe
"brew bundle"
,
:integration_test
do
describe
"check"
do
it
"checks if a Brewfile's dependencies are satisfied"
,
:needs_network
do
setup_remote_tap
"homebrew/bundle"
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/test/spec_helper.rb
+
0
−
4
View file @
21c502e0
...
...
@@ -97,10 +97,6 @@ RSpec.configure do |config|
skip
"Requires compatibility layer."
if
ENV
[
"HOMEBREW_NO_COMPAT"
]
end
config
.
before
(
:each
,
:needs_official_cmd_taps
)
do
skip
"Needs official command Taps."
unless
ENV
[
"HOMEBREW_TEST_OFFICIAL_CMD_TAPS"
]
end
config
.
before
(
:each
,
:needs_linux
)
do
skip
"Not on Linux."
unless
OS
.
linux?
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment