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
06f9a987
Commit
06f9a987
authored
Apr 03, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3360 from CocoaPods/mr-integration-specs
[IntegrationSpec] Add missing specs to integration.rb
parents
8e1cc0a8
9a698be1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
integration.rb
spec/integration.rb
+10
-0
No files found.
cocoapods-integration-specs
@
5155ddd2
Subproject commit
a0f4b2a0d386adf9cad9fc3797c72a89978c7b51
Subproject commit
5155ddd2439422c771b5dca837a3a9426b4cc5d6
spec/integration.rb
View file @
06f9a987
...
@@ -172,6 +172,11 @@ describe_cli 'pod' do
...
@@ -172,6 +172,11 @@ describe_cli 'pod' do
'install --no-repo-update'
'install --no-repo-update'
end
end
describe
'Installs a Pod with a custom module name'
do
behaves_like
cli_spec
'install_custom_module_name'
,
'install --no-repo-update'
end
describe
'Performs an installation using a custom workspace'
do
describe
'Performs an installation using a custom workspace'
do
behaves_like
cli_spec
'install_custom_workspace'
,
behaves_like
cli_spec
'install_custom_workspace'
,
'install --no-repo-update'
'install --no-repo-update'
...
@@ -197,6 +202,11 @@ describe_cli 'pod' do
...
@@ -197,6 +202,11 @@ describe_cli 'pod' do
'install --no-repo-update'
'install --no-repo-update'
end
end
describe
'Integrates a Pod using non Objective-C source files'
do
behaves_like
cli_spec
'install_non_objective_c_files'
,
'install --no-repo-update'
end
# @todo add tests for all the hooks API
# @todo add tests for all the hooks API
#
#
describe
'Runs the Podfile callbacks'
do
describe
'Runs the Podfile callbacks'
do
...
...
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