Commit d3c33ac4 authored by Fabio Pelosin's avatar Fabio Pelosin

[Hooks] Minor clean up.

parent ca8bb53c
...@@ -26,9 +26,10 @@ module Pod ...@@ -26,9 +26,10 @@ module Pod
# @return [Pathname] The path of the prefix_header # @return [Pathname] The path of the prefix_header
# #
def prefix_header_filename def prefix_header_path
library.prefix_header_path library.prefix_header_path
end end
alias :prefix_header_filename :prefix_header_path
# @return [Pathname] The path of the script used to copy the resources. # @return [Pathname] The path of the script used to copy the resources.
# #
......
...@@ -28,7 +28,7 @@ module Pod ...@@ -28,7 +28,7 @@ module Pod
it "returns the path of the prefix header" do it "returns the path of the prefix header" do
@lib.support_files_root = temporary_directory @lib.support_files_root = temporary_directory
@rep.prefix_header_filename.should == temporary_directory + 'Pods-MyApp-prefix.pch' @rep.prefix_header_path.should == temporary_directory + 'Pods-MyApp-prefix.pch'
end end
it "returns the path of the copy resources script" do it "returns the path of the copy resources script" 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