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
cb50c746
Commit
cb50c746
authored
Aug 05, 2013
by
Ian Ynda-Hummel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spec for template filename change.
parent
092e8cb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
config_spec.rb
spec/unit/config_spec.rb
+2
-2
No files found.
spec/unit/config_spec.rb
View file @
cb50c746
...
...
@@ -28,8 +28,8 @@ module Pod
end
it
"returns the path of the default podfiles"
do
@sut
.
default_podfile_path
.
should
==
Pathname
.
new
(
"~/.cocoapods/templates/
default.podfile
"
).
expand_path
@sut
.
default_test_podfile_path
.
should
==
Pathname
.
new
(
"~/.cocoapods/templates/
test.podfile
"
).
expand_path
@sut
.
default_podfile_path
.
should
==
Pathname
.
new
(
"~/.cocoapods/templates/
Podfile.default
"
).
expand_path
@sut
.
default_test_podfile_path
.
should
==
Pathname
.
new
(
"~/.cocoapods/templates/
Podfile.test
"
).
expand_path
end
it
"allows to specify whether the aggressive cache should be used with an environment variable"
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