fix rspecs

This commit is contained in:
Christian Mehlmauer
2013-12-07 22:37:07 +01:00
parent fffcd61cc4
commit 1e1fdee5a7
3 changed files with 15 additions and 0 deletions

View File

@@ -3,6 +3,10 @@
require 'spec_helper'
describe WpTheme do
before do
stub_request(:get, /.+\/style.css$/).to_return(status: 200)
end
it_behaves_like 'WpTheme::Versionable'
it_behaves_like 'WpTheme::Vulnerable'
it_behaves_like 'WpItem::Vulnerable' do