Commit 2d50741e authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Robustness.

parent 39528ee5
...@@ -11,7 +11,7 @@ describe Pod::UI do ...@@ -11,7 +11,7 @@ describe Pod::UI do
it "presents the name, version, description, homepage and source of a specification set" do it "presents the name, version, description, homepage and source of a specification set" do
Pod::UI.pod(@set) Pod::UI.pod(@set)
output = Pod::UI.output puts output = Pod::UI.output.gsub(/\n */,'')
output.should.include? 'CocoaLumberjack' output.should.include? 'CocoaLumberjack'
output.should.include? '1.0' output.should.include? '1.0'
output.should.include? '1.1' output.should.include? '1.1'
......
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