Commit 4b10d445 authored by Boris Bügling's avatar Boris Bügling

Added a spec which tests the installation of resources in case of a Pod without sourcefiles.

Conflicts:
	spec/cocoapods-integration-specs
	spec/integration.rb
parent 1a3c670f
......@@ -189,6 +189,11 @@ describe_cli 'pod' do
'install --no-repo-update'
end
describe 'Integrates a Pod without source files but with resources' do
behaves_like cli_spec 'install_resources_no_source_files',
'install --no-repo-update'
end
# @todo add tests for all the hooks API
#
describe 'Runs the Podfile callbacks' do
......
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