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
b25d4110
Commit
b25d4110
authored
Apr 15, 2014
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Specs] Cleanup fixtures
parent
4738466f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
15 deletions
+2
-15
.gitmodules
.gitmodules
+0
-10
chameleon.tar.gz
spec/fixtures/chameleon.tar.gz
+0
-0
ASIHTTPRequest
spec/fixtures/integration/ASIHTTPRequest
+0
-1
SSZipArchive
spec/fixtures/integration/SSZipArchive
+0
-1
sstoolkit
spec/fixtures/integration/sstoolkit
+0
-1
installer_spec.rb
spec/unit/installer_spec.rb
+2
-2
No files found.
.gitmodules
View file @
b25d4110
[submodule "spec/fixtures/integration/ASIHTTPRequest"]
path = spec/fixtures/integration/ASIHTTPRequest
url = https://github.com/pokeb/asi-http-request.git
[submodule "spec/fixtures/integration/SSZipArchive"]
path = spec/fixtures/integration/SSZipArchive
url = https://github.com/samsoffes/ssziparchive.git
[submodule "spec/fixtures/integration/JSONKit"]
path = spec/fixtures/integration/JSONKit
url = https://github.com/johnezang/JSONKit.git
[submodule "spec/fixtures/integration/sstoolkit"]
path = spec/fixtures/integration/sstoolkit
url = https://github.com/samsoffes/sstoolkit.git
ignore = dirty
[submodule "spec/fixtures/spec-repos/master"]
path = spec/fixtures/spec-repos/master
url = https://github.com/CocoaPods/Specs.git
...
...
spec/fixtures/chameleon.tar.gz
deleted
100644 → 0
View file @
4738466f
File deleted
ASIHTTPRequest
@
90e5fbce
Subproject commit 90e5fbce17d66e5341f105c1eb26133a01686838
SSZipArchive
@
65a8282c
Subproject commit 65a8282c0b5a6f84bc6266d73bbe7475ef75659d
sstoolkit
@
287a7880
Subproject commit 287a78804972c1c4ce41d9e2771e4beb63764a16
spec/unit/installer_spec.rb
View file @
b25d4110
...
...
@@ -27,7 +27,7 @@ def generate_local_podfile
podfile
=
Pod
::
Podfile
.
new
do
platform
:ios
xcodeproj
SpecHelper
.
fixture
(
'SampleProject/SampleProject'
),
'Test'
=>
:debug
,
'App Store'
=>
:release
pod
'
SSToolkit'
,
:path
=>
SpecHelper
.
fixture
(
'integration/sstoolkit
'
)
pod
'
Reachability'
,
:path
=>
SpecHelper
.
fixture
(
'integration/Reachability
'
)
end
end
...
...
@@ -278,7 +278,7 @@ module Pod
local_installer
=
Installer
.
new
(
config
.
sandbox
,
local_podfile
)
local_installer
.
send
(
:analyze
)
local_installer
.
send
(
:prepare_pods_project
)
group
=
local_installer
.
pods_project
.
group_for_spec
(
'
SSToolkit
'
)
group
=
local_installer
.
pods_project
.
group_for_spec
(
'
Reachability
'
)
Pathname
.
new
(
group
.
path
).
should
.
be
.
absolute
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