Sha256: e8b42cd39fe37ab504801188d7e5b6f6bed58a061b6bc50a722b7af49554cd5a

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

#!/bin/bash
# This file was generated on 2014-03-30T13:16:22-07:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

set -e -x
source script/functions.sh

# We can't run our normal specs with all versions of rspec
if rspec_version_defined; then
  run_specs_as_version
else
  run_specs_and_record_done
  run_cukes

  if documentation_enforced; then
    check_documentation_coverage
  fi
fi

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec-legacy_formatters-1.0.2 script/run_build