Commit f786680f authored by Marius Rackwitz's avatar Marius Rackwitz

[AggregateXCConfig Spec] Drop the scoping prefix

Remove the "Pods-" prefix from the labels in the expected error messages, because the fixture targets are deduplicated.
parent 70709a48
......@@ -228,7 +228,7 @@ module Pod
@consumer_b.stubs(:user_target_xcconfig).returns('ENABLE_HEADER_DEPENDENCIES' => 'NO')
@xcconfig = @generator.generate
UI.warnings.should.include 'Can\'t merge user_target_xcconfig for pod targets: ' \
'["Pods-BananaLib", "Pods-OrangeFramework"]. Boolean build setting '\
'["BananaLib", "OrangeFramework"]. Boolean build setting '\
'ENABLE_HEADER_DEPENDENCIES has different values.'
end
end
......@@ -262,7 +262,7 @@ module Pod
@consumer_b.stubs(:user_target_xcconfig).returns('STRIP_STYLE' => 'all')
@xcconfig = @generator.generate
UI.warnings.should.include 'Can\'t merge user_target_xcconfig for pod targets: ' \
'["Pods-BananaLib", "Pods-OrangeFramework"]. Singular build setting '\
'["BananaLib", "OrangeFramework"]. Singular build setting '\
'STRIP_STYLE has different values.'
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