WpItem::Versionable specs

This commit is contained in:
erwanlr
2013-03-25 16:03:34 +01:00
parent 2ad2b8866b
commit 95041945ff
6 changed files with 94 additions and 67 deletions

View File

@@ -10,6 +10,7 @@ describe WpItem do
let(:changelog_url) { uri.merge('changelog.txt').to_s }
let(:error_log_url) { uri.merge('error_log').to_s }
end
it_behaves_like 'WpItem::Versionable'
subject(:wp_item) { WpItem.new(uri, options) }
let(:uri) { URI.parse('http://example.com') }