Commit 21c970f3 authored by Fabio Pelosin's avatar Fabio Pelosin

[Analyzer] Fix minor bug.

parent 06008efa
...@@ -171,7 +171,7 @@ module Pod ...@@ -171,7 +171,7 @@ module Pod
@analyzer.stubs(:lockfile).returns(nil) @analyzer.stubs(:lockfile).returns(nil)
@analyzer.analyze @analyzer.analyze
state = @analyzer.sandbox_state state = @analyzer.sandbox_state
state.added.should == ["AFNetworking", "JSONKit", "SVPullToRefresh", "libextobjc"] state.added.sort.should == ["AFNetworking", "JSONKit", "SVPullToRefresh", "libextobjc"]
end end
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