Skip to content

Commit

Permalink
Update paths to spec files for legacy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 5, 2015
1 parent 831910f commit 2e01ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 2e01ee4

Please sign in to comment.