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
73e471eb
Commit
73e471eb
authored
Jul 05, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Integration] Ingore CP version in Manifests.lock files
parent
2ddeaa3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Rakefile
Rakefile
+4
-4
integration_2.rb
spec/integration_2.rb
+2
-2
No files found.
Rakefile
View file @
73e471eb
...
@@ -197,7 +197,7 @@ namespace :spec do
...
@@ -197,7 +197,7 @@ namespace :spec do
title
'Running the specs'
title
'Running the specs'
sh
"bundle exec bacon
#{
specs
(
'**'
)
}
"
sh
"bundle exec bacon
#{
specs
(
'**'
)
}
"
title
'Running Integration
2
tests'
title
'Running Integration tests'
sh
"bundle exec bacon spec/integration_2.rb"
sh
"bundle exec bacon spec/integration_2.rb"
title
'Running examples'
title
'Running examples'
...
@@ -219,7 +219,7 @@ namespace :spec do
...
@@ -219,7 +219,7 @@ namespace :spec do
sh
"./bin/pod setup"
sh
"./bin/pod setup"
end
end
title
'Running Integration
2
tests'
title
'Running Integration tests'
sh
"bundle exec bacon spec/integration_2.rb"
sh
"bundle exec bacon spec/integration_2.rb"
title
'Running examples'
title
'Running examples'
...
@@ -259,9 +259,9 @@ namespace :spec do
...
@@ -259,9 +259,9 @@ namespace :spec do
#--------------------------------------#
#--------------------------------------#
desc
"Rebuild
integration take 2 after folder
s"
desc
"Rebuild
s integration fixture
s"
task
:rebuild_integration_fixtures
do
task
:rebuild_integration_fixtures
do
title
'Running Integration
2
tests'
title
'Running Integration tests'
`bundle exec bacon spec/integration_2.rb`
`bundle exec bacon spec/integration_2.rb`
title
'Storing fixtures'
title
'Storing fixtures'
...
...
spec/integration_2.rb
View file @
73e471eb
# ------------------------------------ #
# ------------------------------------ #
# CocoaPods Integration tests
take 2
#
# CocoaPods Integration tests
#
# ------------------------------------ #
# ------------------------------------ #
#-----------------------------------------------------------------------------#
#-----------------------------------------------------------------------------#
...
@@ -153,7 +153,7 @@ def check_with_folder(folder)
...
@@ -153,7 +153,7 @@ def check_with_folder(folder)
it
relative_path
do
it
relative_path
do
case
expected_path
case
expected_path
when
%r[Podfile
\.
lock$]
,
%r[xcodeproj
\.
yaml$]
when
%r[Podfile
\.
lock$]
,
%r[
Manifest
\.
lock$]
,
%r[
xcodeproj
\.
yaml$]
file_should_exist
(
produced
)
file_should_exist
(
produced
)
yaml_should_match
(
expected
,
produced
)
yaml_should_match
(
expected
,
produced
)
else
else
...
...
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