Skip to content

Commit

Permalink
Validate setting the pods root variable
Browse files Browse the repository at this point in the history
  • Loading branch information
subdigital authored and alloy committed Apr 13, 2012
1 parent ac2c14d commit ff71c74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/unit/installer_spec.rb
Expand Up @@ -28,6 +28,10 @@
it "configures the project to load categories from the static library" do
@xcconfig['OTHER_LDFLAGS'].should == '-ObjC -all_load'
end

it "sets the PODS_ROOT build variable" do
@xcconfig['PODS_ROOT'].should == "$(SRCROOT)/Pods"
end
end

it "generates a BridgeSupport metadata file from all the pod headers" do
Expand Down

0 comments on commit ff71c74

Please sign in to comment.