From cb50c74699bfe19a5194cdf63ca11ba8bb901275 Mon Sep 17 00:00:00 2001 From: Ian Ynda-Hummel Date: Sun, 4 Aug 2013 23:41:39 -0400 Subject: [PATCH] Update spec for template filename change. --- spec/unit/config_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/unit/config_spec.rb b/spec/unit/config_spec.rb index 613155b1f7..7319fa3eef 100644 --- a/spec/unit/config_spec.rb +++ b/spec/unit/config_spec.rb @@ -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