Skip to content

Commit

Permalink
Merge pull request #6279 from CocoaPods/dani_fix_ordering
Browse files Browse the repository at this point in the history
[FileAccessor] Sort vendored_framework_headers in tests
  • Loading branch information
endocrimes committed Dec 6, 2016
2 parents d2ab653 + 58946b6 commit 2b8e42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/sandbox/file_accessor_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit 2b8e42f

Please sign in to comment.