From fa0e4658cb46111e891809619fc97598ed08e791 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Fri, 9 Aug 2013 13:33:52 +0200 Subject: [PATCH] Another Travis-CI attempt to fix --- spec/lib/common/models/wp_version/findable_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/lib/common/models/wp_version/findable_spec.rb b/spec/lib/common/models/wp_version/findable_spec.rb index 73c2927f..d73e6d39 100644 --- a/spec/lib/common/models/wp_version/findable_spec.rb +++ b/spec/lib/common/models/wp_version/findable_spec.rb @@ -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