Commit a928351a authored by Samuel Giddins's avatar Samuel Giddins

[IntegrationSpecs] Add a spec for empty podfile installation

parent c9bb0fa1
Subproject commit b464161555947e7992606e0b186c1e8078d36f7f Subproject commit 8fcbde616c475c5ce97e359834092bd9dca06ae8
...@@ -151,6 +151,22 @@ describe_cli 'pod' do ...@@ -151,6 +151,22 @@ describe_cli 'pod' do
# Test installation with no integration # Test installation with no integration
# Test subspecs inheritance # Test subspecs inheritance
#--------------------------------------#
describe 'Pod init' do
describe 'Initializes a Podfile with a single platform' do
behaves_like cli_spec 'init_single_platform',
'init'
end
end
#--------------------------------------#
describe 'Integrates a project with an empty Podfile with CocoaPods' do
behaves_like cli_spec 'install_no_dependencies',
'install --no-repo-update'
end
describe 'Integrates a project with CocoaPods' do describe 'Integrates a project with CocoaPods' do
behaves_like cli_spec 'install_new', behaves_like cli_spec 'install_new',
'install --no-repo-update' 'install --no-repo-update'
...@@ -298,13 +314,4 @@ describe_cli 'pod' do ...@@ -298,13 +314,4 @@ describe_cli 'pod' do
end end
#--------------------------------------# #--------------------------------------#
describe 'Pod init' do
describe 'Initializes a Podfile with a single platform' do
behaves_like cli_spec 'init_single_platform',
'init'
end
end
#--------------------------------------#
end end
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