Commit cf6dd141 authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Minor fix

parent 383eb578
...@@ -29,7 +29,6 @@ module Pod ...@@ -29,7 +29,6 @@ module Pod
end end
it "returns the path of the prefix header" do it "returns the path of the prefix header" do
@rep.prefix_header_path.should == temporary_directory + 'Pods/Generated/Pods-MyApp-RestKit-prefix.pch'
@rep.prefix_header_path.should == temporary_directory + 'Pods/Generated/Pods-MyApp-prefix.pch' @rep.prefix_header_path.should == temporary_directory + 'Pods/Generated/Pods-MyApp-prefix.pch'
end end
......
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