Commit b5a8905d authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Pretty podfile-info

parent 5643a19d
......@@ -23,8 +23,10 @@ module Pod
Dir.chdir(temporary_directory) do
output = run_command('podfile-info')
output.should.include? '- BananaLib - Chunky bananas!'
output.should.include? '- JSONKit - A Very High Performance Objective-C JSON Library.'
output.should.include? '- BananaLib'
output.should.include? 'Chunky bananas!'
output.should.include? '- JSONKit'
output.should.include? 'A Very High Performance Objective-C JSON Library.'
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