Commit ff71c745 authored by Ben Scheirman's avatar Ben Scheirman Committed by Eloy Duran

Validate setting the pods root variable

parent ac2c14db
...@@ -28,6 +28,10 @@ describe "Pod::Installer" do ...@@ -28,6 +28,10 @@ describe "Pod::Installer" do
it "configures the project to load categories from the static library" do it "configures the project to load categories from the static library" do
@xcconfig['OTHER_LDFLAGS'].should == '-ObjC -all_load' @xcconfig['OTHER_LDFLAGS'].should == '-ObjC -all_load'
end end
it "sets the PODS_ROOT build variable" do
@xcconfig['PODS_ROOT'].should == "$(SRCROOT)/Pods"
end
end end
it "generates a BridgeSupport metadata file from all the pod headers" do it "generates a BridgeSupport metadata file from all the pod headers" do
......
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