Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
a572eb55
Commit
a572eb55
authored
Apr 27, 2015
by
Marius Rackwitz
Committed by
Samuel E. Giddins
Apr 28, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IntegrationSpecs] Add lib_lint_with_prepare_command
parent
6cc8ec58
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
integration.rb
spec/integration.rb
+9
-2
No files found.
cocoapods-integration-specs
@
b6549c7f
Subproject commit
c304744bab51c323cbe9a07d54900b3a372adfdc
Subproject commit
b6549c7ff2742fd04ce1fb94e33de5eb40440c50
spec/integration.rb
View file @
a572eb55
...
@@ -84,8 +84,7 @@ CLIntegracon.configure do |c|
...
@@ -84,8 +84,7 @@ CLIntegracon.configure do |c|
c
.
ignores
%r{/xcuserdata/}
c
.
ignores
%r{/xcuserdata/}
# Needed for some test cases
# Needed for some test cases
c
.
ignores
'Reachability.podspec'
c
.
ignores
'*.podspec'
c
.
ignores
'Moment.podspec'
c
.
ignores
'PodTest-hg-source/**'
c
.
ignores
'PodTest-hg-source/**'
c
.
hook_into
:bacon
c
.
hook_into
:bacon
...
@@ -245,6 +244,14 @@ describe_cli 'pod' do
...
@@ -245,6 +244,14 @@ describe_cli 'pod' do
#--------------------------------------#
#--------------------------------------#
describe
'Pod lint'
do
describe
'Pod lint'
do
describe
'Lints a Pod from source with a prepare_command'
do
# We have to disable verbose mode by adding --no-verbose here,
# otherwise xcodebuild output is included in execution output.
behaves_like
cli_spec
'lib_lint_with_prepare_command'
,
'lib lint'
,
'--no-verbose'
end
describe
'Lints a Pod'
do
describe
'Lints a Pod'
do
behaves_like
cli_spec
'spec_lint'
,
behaves_like
cli_spec
'spec_lint'
,
'spec lint --quick'
'spec lint --quick'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment