Commit 3bd58728 authored by Eloy Durán's avatar Eloy Durán

Make specs green.

parent 93c901b2
...@@ -15,9 +15,9 @@ module Pod ...@@ -15,9 +15,9 @@ module Pod
it "converts a podspec to JSON and prints it to STDOUT" do it "converts a podspec to JSON and prints it to STDOUT" do
out = run_command('ipc', 'spec', fixture('banana-lib/BananaLib.podspec')) out = run_command('ipc', 'spec', fixture('banana-lib/BananaLib.podspec'))
out.should.match /"name": "BananaLib"/ out.should.match /"name":"BananaLib"/
out.should.match /"version": "1.0"/ out.should.match /"version":"1.0"/
out.should.match /"description": "Full of chunky bananas."/ out.should.match /"description":"Full of chunky bananas."/
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