Unverified Commit 980e1b2a authored by Johannes Plunien's avatar Johannes Plunien Committed by Danielle Tomlinson

Fix code style

parent 8e0dac7d
...@@ -132,7 +132,6 @@ module Pod ...@@ -132,7 +132,6 @@ module Pod
it 'links the pod targets with the aggregate target' do it 'links the pod targets with the aggregate target' do
@xcconfig.to_hash['OTHER_LDFLAGS'].should.include '-l"BananaLib-Pods"' @xcconfig.to_hash['OTHER_LDFLAGS'].should.include '-l"BananaLib-Pods"'
end end
end end
describe 'with an unscoped pod target' do describe 'with an unscoped pod target' do
...@@ -408,7 +407,6 @@ module Pod ...@@ -408,7 +407,6 @@ module Pod
end end
describe 'an empty pod target' do describe 'an empty pod target' do
before do before do
@blank_target = fixture_aggregate_target @blank_target = fixture_aggregate_target
@generator = AggregateXCConfig.new(@blank_target, 'Release') @generator = AggregateXCConfig.new(@blank_target, 'Release')
...@@ -420,14 +418,12 @@ module Pod ...@@ -420,14 +418,12 @@ module Pod
end end
describe 'with inherited targets' do describe 'with inherited targets' do
it 'should include inherited search paths' do it 'should include inherited search paths' do
# It's the responsibility of the analyzer to # It's the responsibility of the analyzer to
# populate this when the file is loaded. # populate this when the file is loaded.
@blank_target.search_paths_aggregate_targets = [@target] @blank_target.search_paths_aggregate_targets = [@target]
@xcconfig = @generator.generate @xcconfig = @generator.generate
@xcconfig.to_hash['FRAMEWORK_SEARCH_PATHS'].should.not.be.nil @xcconfig.to_hash['FRAMEWORK_SEARCH_PATHS'].should.not.be.nil
end 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