Another Travis-CI attempt to fix
This commit is contained in:
@@ -167,8 +167,8 @@ describe 'WpVersion::Findable' do
|
||||
let(:version_xml) {}
|
||||
|
||||
after do
|
||||
stub_request(:get, uri.to_s).to_return(status: 0)
|
||||
|
||||
stub_request(:get, uri.to_s+'*').to_return(status: 0)
|
||||
|
||||
version = WpVersion.find(uri, wp_content_dir, wp_plugins_dir, version_xml)
|
||||
version.should == @expected
|
||||
if @expected
|
||||
|
||||
Reference in New Issue
Block a user