Commit 9c7aa45e authored by Samuel Giddins's avatar Samuel Giddins

[Installer] Update specs for framework uniqing for new podfile DSL

parent a2213b04
...@@ -294,11 +294,12 @@ module Pod ...@@ -294,11 +294,12 @@ module Pod
use_frameworks! use_frameworks!
pod 'BananaLib', :path => (fixture_path + 'banana-lib').to_s pod 'BananaLib', :path => (fixture_path + 'banana-lib').to_s
pod 'monkey', :path => (fixture_path + 'monkey').to_s pod 'monkey', :path => (fixture_path + 'monkey').to_s
target 'SampleProject'
end end
lockfile = generate_lockfile lockfile = generate_lockfile
config.integrate_targets = false
@installer = Installer.new(config.sandbox, podfile, lockfile) @installer = Installer.new(config.sandbox, podfile, lockfile)
@installer.installation_options.integrate_targets = false
should.not.raise(Informative) { @installer.install! } should.not.raise(Informative) { @installer.install! }
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