Commit 1a3003d7 authored by Samuel Giddins's avatar Samuel Giddins

[IntegrationSpecs] Update for not adding private sandbox headers for frameworks

parent aaa5c3ea
Subproject commit a92acf831ad074eee73953e27acbd573a82eb274 Subproject commit 10f25aa8855b5230f9068a8f6db3a8ebff67efd6
...@@ -21,19 +21,5 @@ module Pod ...@@ -21,19 +21,5 @@ module Pod
} }
EOS EOS
end end
it 'correctly adds private headers' do
@gen.stubs(:private_headers).returns(['Private.h'])
@gen.generate.should == <<-EOS.strip_heredoc
framework module BananaLib {
umbrella header "BananaLib-umbrella.h"
export *
module * { export * }
private header "Private.h"
}
EOS
end
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