Commit b05bf3db authored by Boris Bügling's avatar Boris Bügling

Fix typo in validator_spec.rb

parent 2998260d
......@@ -345,7 +345,7 @@ module Pod
validator.result_type.should == :warning
end
it 'users xcodebuild to generate notes' do
it 'uses xcodebuild to generate notes' do
validator = Validator.new(podspec_path, SourcesManager.master.map(&:url))
validator.stubs(:check_file_patterns)
validator.stubs(:xcodebuild).returns("file.m:1:1: note: 'dataFromPropertyList:format:errorDescription:' has been explicitly marked deprecated here")
......
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