Commit 638d78e5 authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Oops... forgot to update for documentation changes.

parent 85f0aef1
......@@ -18,8 +18,8 @@ describe Pod::Generator::Documentation do
}
end
it 'returns the Pod documentation documentation files' do
@doc_installer.files.sort.should == %w[ Classes/Banana.m Classes/Banana.h ].sort
it 'returns the Pod documentation header files' do
@doc_installer.files.sort.should == %w[ Classes/Banana.h ].sort
end
it 'returns the Pod documentation options' do
......
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