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
7d994301
Commit
7d994301
authored
Nov 14, 2014
by
Olivier Halligon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #2832 - integration specs for date&time-dependant output
parent
9a41405d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
Rakefile
Rakefile
+1
-0
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
integration.rb
spec/integration.rb
+2
-0
No files found.
Rakefile
View file @
7d994301
...
...
@@ -187,6 +187,7 @@ begin
task
:rebuild_integration_fixtures
do
title
'Running Integration tests'
sh
'rm -rf spec/cocoapods-integration-specs/tmp'
title
'Building all the fixtures'
puts
`bundle exec bacon spec/integration.rb`
title
'Storing fixtures'
...
...
cocoapods-integration-specs
@
365a0c8d
Subproject commit
d1cd4ef3462b562a2c0af97ec0c232f2e4b4823a
Subproject commit
365a0c8d93de662c019d6dbf3131f65842952357
spec/integration.rb
View file @
7d994301
...
...
@@ -106,6 +106,8 @@ describe_cli 'pod' do
s
.
replace_path
`which git`
.
chomp
,
'GIT_BIN'
s
.
replace_path
`which hg`
.
chomp
,
'HG_BIN'
s
.
replace_user_path
'Library/Caches/CocoaPods'
,
'CACHES_DIR'
s
.
replace_path
%r(
\d
{4}-
\d\d
-
\d\d
\d\d
:
\d\d
:
\d\d
[-+]
\d
{4})
,
'<#DATE#>'
s
.
replace_path
%r(
\(
Took
\d
+.
\d
+ seconds
\)
)
,
'(Took <#DURATION#> seconds)'
end
describe
'Pod install'
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