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
1eb1e66f
Commit
1eb1e66f
authored
Apr 04, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IntegrationSpec] Add install_custom_module_map
parent
ec058332
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
integration.rb
spec/integration.rb
+5
-0
No files found.
cocoapods-integration-specs
@
053e086f
Subproject commit
e35ee4d2dd475dd8407a3f3231a403a370b5d2a0
Subproject commit
053e086f92387ca51dff135c8477d1e1f7b2af6d
spec/integration.rb
View file @
1eb1e66f
...
@@ -173,6 +173,11 @@ describe_cli 'pod' do
...
@@ -173,6 +173,11 @@ describe_cli 'pod' do
'install --no-repo-update'
'install --no-repo-update'
end
end
describe
'Installs a Pod with a custom module map'
do
behaves_like
cli_spec
'install_custom_module_map'
,
'install --no-repo-update'
end
describe
'Installs a Pod with a custom module name'
do
describe
'Installs a Pod with a custom module name'
do
behaves_like
cli_spec
'install_custom_module_name'
,
behaves_like
cli_spec
'install_custom_module_name'
,
'install --no-repo-update'
'install --no-repo-update'
...
...
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