[#221] Completed merge.

This commit is contained in:
Fabio Pelosin
2012-08-06 16:38:38 +02:00
parent d0a215c7e9
commit 68f22d1903
7 changed files with 49 additions and 57 deletions

View File

@@ -34,7 +34,7 @@ describe "Pod::Command::Spec#create" do
spec.source.should == { :git => 'http://EXAMPLE/Bananas.git', :tag => '0.0.1' }
spec.description.should == 'A short description of Bananas.'
spec.source_files.should == ['Classes', 'Classes/**/*.{h,m}']
spec.public_header_files[:ios].should == []
spec.public_header_files.should == []
end
it "correctly creates a podspec from github" do