exception.message.should.include'Unknown product type `weird_product_type`'
end
it'returns correct copy resources script path for test unit test type'do
@test_pod_target.copy_resources_script_path_for_test_type(:unit).to_s.should.include'Pods/Target Support Files/CoconutLib/CoconutLib-Unit-Tests-resources.sh'
end
it'returns correct embed frameworks script path for test unit test type'do
@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'