Commit e3005868 authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Validator spec robustness

parent 0ba09e15
......@@ -63,8 +63,7 @@ module Pod
validator.stubs(:check_file_patterns)
validator.validate
first = validator.results.map(&:to_s).first
first.should.include "xcodebuild"
first.should.include "JSONKit/JSONKit.m:1640:27: warning: equality comparison"
first.should.include "[xcodebuild]"
first.should.include "[OS X - iOS]"
validator.result_type.should == :note
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