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
6506ac33
Commit
6506ac33
authored
Apr 01, 2014
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented integration test for update_selected
parent
56b86ddd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
integration.rb
spec/integration.rb
+4
-0
No files found.
cocoapods-integration-specs
@
f6f33b7a
Subproject commit
ae27aac45afea07e94790947988933fbb9291a22
Subproject commit
f6f33b7af957956ca644b620f4815265f75c9389
spec/integration.rb
View file @
6506ac33
...
@@ -373,6 +373,10 @@ describe "Integration" do
...
@@ -373,6 +373,10 @@ describe "Integration" do
check
"update --no-repo-update"
,
"update_all"
check
"update --no-repo-update"
,
"update_all"
end
end
describe
"Updates a selected Pod in an existing installation"
do
check
"update Reachability --no-repo-update"
,
"update_selected"
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