Commit eb6ebeb7 authored by Luis de la Rosa's avatar Luis de la Rosa

Add integration test for issue #1449.

parent cd314520
...@@ -331,6 +331,10 @@ describe "Integration" do ...@@ -331,6 +331,10 @@ describe "Integration" do
check "install --no-repo-update", "install_subspecs" check "install --no-repo-update", "install_subspecs"
end end
describe "Installs a Pod with subspecs and does not duplicate the prefix header" do
check "install --no-repo-update", "install_subspecs_no_duplicate_prefix"
end
describe "Installs a Pod with a local source" do describe "Installs a Pod with a local source" do
check "install --no-repo-update", "install_local_source" check "install --no-repo-update", "install_local_source"
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