@pod_target.prefix_header_path.to_s.should.include'Pods/Target Support Files/BananaLib/BananaLib-prefix.pch'
end
end
end
describe'Product type dependent helpers'do
describe'Product type dependent helpers'do
...
@@ -419,6 +423,10 @@ module Pod
...
@@ -419,6 +423,10 @@ module Pod
@test_pod_target.embed_frameworks_script_path_for_test_type(:unit).to_s.should.include'Pods/Target Support Files/CoconutLib/CoconutLib-Unit-Tests-frameworks.sh'
@test_pod_target.embed_frameworks_script_path_for_test_type(:unit).to_s.should.include'Pods/Target Support Files/CoconutLib/CoconutLib-Unit-Tests-frameworks.sh'
end
end
it'returns correct prefix header path for test unit test type'do
@test_pod_target.prefix_header_path_for_test_type(:unit).to_s.should.include'Pods/Target Support Files/CoconutLib/CoconutLib-Unit-Tests-prefix.pch'
end
it'returns the correct resource path for test resource bundles'do
it'returns the correct resource path for test resource bundles'do