Commit d37f2ae0 authored by Boris Bügling's avatar Boris Bügling

Added a spec which tests installation of resources.

parent 7696ac99
Subproject commit 5e3cb48da2319f82542742b71ee3edc884239426 Subproject commit 626a25f5eb1ffa87af16521704b1a9a81e56be85
...@@ -184,6 +184,11 @@ describe_cli 'pod' do ...@@ -184,6 +184,11 @@ describe_cli 'pod' do
'install --no-repo-update' 'install --no-repo-update'
end end
describe 'Integrates a Pod with resources' do
behaves_like cli_spec 'install_resources',
'install --no-repo-update'
end
# @todo add tests for all the hooks API # @todo add tests for all the hooks API
# #
describe 'Runs the Podfile callbacks' do 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