Sha256: 91ad4469346a16304dcfd152e4548ce7222919ffcae96b6d5958dac3ab1fa54b
Contents?: true
Size: 702 Bytes
Versions: 2
Compression:
Stored size: 702 Bytes
Contents
# Kill the whole script on error set -e -x echo "-------- Running Typhoeus 0.4 Specs ---------" bundle install --gemfile=gemfiles/typhoeus_old.gemfile --without extras BUNDLE_GEMFILE=gemfiles/typhoeus_old.gemfile bundle exec rspec spec/vcr/library_hooks/typhoeus_0.4_spec.rb --format progress --backtrace # Setup vendored rspec-1 git submodule init git submodule update echo "-------- Running Specs ---------" bundle exec ruby -w -I./spec -r./spec/capture_warnings -rspec_helper -S rspec spec --format progress --backtrace echo "-------- Running Cukes ---------" bundle exec cucumber echo "-------- Checking Coverage ---------" bundle exec rake yard_coverage bundle exec rake check_code_coverage
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vcr-2.5.0 | script/ci.sh |
vcr-2.4.0 | script/ci.sh |