Commit 73e471eb authored by Fabio Pelosin's avatar Fabio Pelosin

[Integration] Ingore CP version in Manifests.lock files

parent 2ddeaa3f
......@@ -197,7 +197,7 @@ namespace :spec do
title 'Running the specs'
sh "bundle exec bacon #{specs('**')}"
title 'Running Integration 2 tests'
title 'Running Integration tests'
sh "bundle exec bacon spec/integration_2.rb"
title 'Running examples'
......@@ -219,7 +219,7 @@ namespace :spec do
sh "./bin/pod setup"
end
title 'Running Integration 2 tests'
title 'Running Integration tests'
sh "bundle exec bacon spec/integration_2.rb"
title 'Running examples'
......@@ -259,9 +259,9 @@ namespace :spec do
#--------------------------------------#
desc "Rebuild integration take 2 after folders"
desc "Rebuilds integration fixtures"
task :rebuild_integration_fixtures do
title 'Running Integration 2 tests'
title 'Running Integration tests'
`bundle exec bacon spec/integration_2.rb`
title 'Storing fixtures'
......
# ------------------------------------ #
# CocoaPods Integration tests take 2 #
# CocoaPods Integration tests #
# ------------------------------------ #
#-----------------------------------------------------------------------------#
......@@ -153,7 +153,7 @@ def check_with_folder(folder)
it relative_path do
case expected_path
when %r[Podfile\.lock$], %r[xcodeproj\.yaml$]
when %r[Podfile\.lock$], %r[Manifest\.lock$], %r[xcodeproj\.yaml$]
file_should_exist(produced)
yaml_should_match(expected, produced)
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment