From 2e01ee4d7a8c19c0196c587ffb722a73c3df2087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Mon, 5 Oct 2015 16:50:04 +0200 Subject: [PATCH] Update paths to spec files for legacy dependencies --- script/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/ci.sh b/script/ci.sh index 6becfd08..f9a15a36 100755 --- a/script/ci.sh +++ b/script/ci.sh @@ -73,10 +73,10 @@ export JAVA_OPTS='-client -XX:+TieredCompilation -XX:TieredStopAtLevel=1' export SPEC_OPTS="--backtrace" BUNDLE_GEMFILE=gemfiles/typhoeus_old.gemfile fold "typhoeus-old" \ - run script/test spec/vcr/library_hooks/typhoeus_0.4_spec.rb + run script/test spec/lib/vcr/library_hooks/typhoeus_0.4_spec.rb BUNDLE_GEMFILE=gemfiles/faraday_old.gemfile fold "faraday-old" \ - run script/test spec/vcr/middleware/faraday_spec.rb spec/vcr/library_hooks/faraday_spec.rb \ + run script/test spec/lib/vcr/middleware/faraday_spec.rb spec/lib/vcr/library_hooks/faraday_spec.rb \ features/middleware/faraday.feature fold "spec" run script/test spec/