[FileAccessor] Sort vendored_framework_headers in tests

parent d2ab653f
......@@ -139,10 +139,10 @@ module Pod
end
it 'returns the paths of the framework headers' do
@accessor.vendored_frameworks_headers.should == [
@accessor.vendored_frameworks_headers.sort.should == [
@root + 'Bananalib.framework/Versions/A/Headers/Bananalib.h',
@root + 'Bananalib.framework/Versions/A/Headers/SubDir/SubBananalib.h',
]
].sort
end
it 'handles when the framework headers directory does not exist' 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