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
8a93230c
Unverified
Commit
8a93230c
authored
5 years ago
by
Mike McQuaid
Browse files
Options
Downloads
Patches
Plain Diff
test/cask: remove disabled functionality tests.
parent
02ded996
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/cask/depends_on_spec.rb
+0
-8
0 additions, 8 deletions
Library/Homebrew/test/cask/depends_on_spec.rb
Library/Homebrew/test/cask/dsl_spec.rb
+0
-8
0 additions, 8 deletions
Library/Homebrew/test/cask/dsl_spec.rb
with
0 additions
and
16 deletions
Library/Homebrew/test/cask/depends_on_spec.rb
+
0
−
8
View file @
8a93230c
...
...
@@ -47,14 +47,6 @@ describe "Satisfy Dependencies and Requirements", :cask do
end
end
context
"given a string"
,
:needs_compat
do
let
(
:cask
)
{
Cask
::
CaskLoader
.
load
(
cask_path
(
"compat/with-depends-on-macos-string"
))
}
it
"does not raise an error"
do
expect
{
install
}.
not_to
raise_error
end
end
context
"given a symbol"
do
let
(
:cask
)
{
Cask
::
CaskLoader
.
load
(
cask_path
(
"with-depends-on-macos-symbol"
))
}
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/test/cask/dsl_spec.rb
+
0
−
8
View file @
8a93230c
...
...
@@ -335,14 +335,6 @@ describe Cask::DSL, :cask do
end
describe
"depends_on macos"
do
context
"string disabled"
,
:needs_compat
do
let
(
:token
)
{
"compat/with-depends-on-macos-string"
}
it
"allows depends_on macos to be specified"
do
expect
{
cask
}.
to
raise_error
(
Cask
::
CaskInvalidError
)
end
end
context
"invalid depends_on macos value"
do
let
(
:token
)
{
"invalid/invalid-depends-on-macos-bad-release"
}
...
...
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