Skip to content

Commit

Permalink
Update spec for template filename change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianyh committed Aug 5, 2013
1 parent 092e8cb commit cb50c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/config_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit cb50c74

Please sign in to comment.