Commit cb50c746 authored by Ian Ynda-Hummel's avatar Ian Ynda-Hummel

Update spec for template filename change.

parent 092e8cb5
......@@ -28,8 +28,8 @@ module Pod
end
it "returns the path of the default podfiles" do
@sut.default_podfile_path.should == Pathname.new("~/.cocoapods/templates/default.podfile").expand_path
@sut.default_test_podfile_path.should == Pathname.new("~/.cocoapods/templates/test.podfile").expand_path
@sut.default_podfile_path.should == Pathname.new("~/.cocoapods/templates/Podfile.default").expand_path
@sut.default_test_podfile_path.should == Pathname.new("~/.cocoapods/templates/Podfile.test").expand_path
end
it "allows to specify whether the aggressive cache should be used with an environment variable" 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