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
a928351a
Commit
a928351a
authored
Dec 26, 2015
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IntegrationSpecs] Add a spec for empty podfile installation
parent
c9bb0fa1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
10 deletions
+17
-10
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
integration.rb
spec/integration.rb
+16
-9
No files found.
cocoapods-integration-specs
@
8fcbde61
Subproject commit
b464161555947e7992606e0b186c1e8078d36f7f
Subproject commit
8fcbde616c475c5ce97e359834092bd9dca06ae8
spec/integration.rb
View file @
a928351a
...
@@ -151,6 +151,22 @@ describe_cli 'pod' do
...
@@ -151,6 +151,22 @@ describe_cli 'pod' do
# Test installation with no integration
# Test installation with no integration
# Test subspecs inheritance
# Test subspecs inheritance
#--------------------------------------#
describe
'Pod init'
do
describe
'Initializes a Podfile with a single platform'
do
behaves_like
cli_spec
'init_single_platform'
,
'init'
end
end
#--------------------------------------#
describe
'Integrates a project with an empty Podfile with CocoaPods'
do
behaves_like
cli_spec
'install_no_dependencies'
,
'install --no-repo-update'
end
describe
'Integrates a project with CocoaPods'
do
describe
'Integrates a project with CocoaPods'
do
behaves_like
cli_spec
'install_new'
,
behaves_like
cli_spec
'install_new'
,
'install --no-repo-update'
'install --no-repo-update'
...
@@ -298,13 +314,4 @@ describe_cli 'pod' do
...
@@ -298,13 +314,4 @@ describe_cli 'pod' do
end
end
#--------------------------------------#
#--------------------------------------#
describe
'Pod init'
do
describe
'Initializes a Podfile with a single platform'
do
behaves_like
cli_spec
'init_single_platform'
,
'init'
end
end
#--------------------------------------#
end
end
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