detect even more

This commit is contained in:
Christian Mehlmauer
2015-01-20 00:04:49 +01:00
parent 507cf1d511
commit 9dd44808ec
3 changed files with 403 additions and 1 deletions

View File

@@ -61,6 +61,13 @@ shared_examples 'WpItem::Versionable' do
@expected = '1.3'
end
end
context 'when parsing the changelog for version numbers' do
it 'returns it' do
@file = '/wp_polls.txt'
@expected = '2.64'
end
end
end
end
end